summaryrefslogtreecommitdiff
path: root/632/CH12/EX12.6/example12_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH12/EX12.6/example12_6.sce')
-rwxr-xr-x632/CH12/EX12.6/example12_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/632/CH12/EX12.6/example12_6.sce b/632/CH12/EX12.6/example12_6.sce
new file mode 100755
index 000000000..db0e0a047
--- /dev/null
+++ b/632/CH12/EX12.6/example12_6.sce
@@ -0,0 +1,10 @@
+//clc()
+//C2H5(g) + 5/2O2(g) = 2CO2(g) + H2O(l) H1 = -1299.6kJ (A)
+//C(s) + O2(g) = CO2(g) H2 = -393.51kJ (B)
+//H2(g) + 1/2O2(g) = H2O(l) H3 = -285.84kJ (C)
+//2C(s) + H2(g) = C2H2(g) H = ?
+H1 = -1299.6;//kJ
+H2 = -393.51;//kJ
+H3 = -285.84;//kJ
+Hreac = 2 * H2 + H3 - H1;
+disp("kJ",Hreac,"Heat of formation of acetylene = ") \ No newline at end of file