summaryrefslogtreecommitdiff
path: root/3718/CH3/EX3.17/Ex3_17.sce
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH3/EX3.17/Ex3_17.sce')
-rw-r--r--3718/CH3/EX3.17/Ex3_17.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3718/CH3/EX3.17/Ex3_17.sce b/3718/CH3/EX3.17/Ex3_17.sce
new file mode 100644
index 000000000..750c05ca7
--- /dev/null
+++ b/3718/CH3/EX3.17/Ex3_17.sce
@@ -0,0 +1,12 @@
+//Chapter 3: Thermodynamic and Chemical Equilibrium
+//Problem: 17
+clc;
+
+//Declaration of Variables
+d_H_n = - 51.46 // k J/mol, neutralization
+d_H_i = - 57.1 // k J/mol, ionization
+
+//Solution
+d_H = - d_H_i + d_H_n
+
+mprintf("The head of ionization for NH4OH is %.2f kJ / mol", d_H)