summaryrefslogtreecommitdiff
path: root/821/CH5/EX5.16/5_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '821/CH5/EX5.16/5_16.sce')
-rwxr-xr-x821/CH5/EX5.16/5_16.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/821/CH5/EX5.16/5_16.sce b/821/CH5/EX5.16/5_16.sce
new file mode 100755
index 000000000..fd4dd8365
--- /dev/null
+++ b/821/CH5/EX5.16/5_16.sce
@@ -0,0 +1,6 @@
+ECH=99;//bond energy of CH bond in Kcal//
+EClCl=58;//bond energy of ClCl bond in Kcal//
+ECCl=78;//bond energy of CCl bond in Kcal//
+EHCl=103;//bond energy of HCl bond in Kcal//
+dE=4*ECH+4*EClCl-4*ECCl-4*EHCl;//Net change in bond energy in kcal//
+printf('Enthalpy change of the reaction=dE=%fKcal',dE);