summaryrefslogtreecommitdiff
path: root/1427/CH18/EX18.7
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH18/EX18.7')
-rw-r--r--1427/CH18/EX18.7/18_7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1427/CH18/EX18.7/18_7.sce b/1427/CH18/EX18.7/18_7.sce
new file mode 100644
index 000000000..ce22e8a00
--- /dev/null
+++ b/1427/CH18/EX18.7/18_7.sce
@@ -0,0 +1,8 @@
+//ques-18.7
+//Calculating heat of the given reaction
+clc
+h1=-26.4;//heat of formation of carbon monoxide (in kcal/mol)
+h2=-94.1;//heat of formation of carbon monoxide (in kcal/mol)
+h3=-57.8;//heat of formation of carbon monoxide (in kcal/mol)
+H=h1-h2+h3;//required heat (in kcal/mol)
+printf("Heat of the reaction is %.1f kcal/mol.",H);