summaryrefslogtreecommitdiff
path: root/2966/CH1/EX1.7.53/1_7_53.sce
diff options
context:
space:
mode:
Diffstat (limited to '2966/CH1/EX1.7.53/1_7_53.sce')
-rw-r--r--2966/CH1/EX1.7.53/1_7_53.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2966/CH1/EX1.7.53/1_7_53.sce b/2966/CH1/EX1.7.53/1_7_53.sce
new file mode 100644
index 000000000..359e31ab3
--- /dev/null
+++ b/2966/CH1/EX1.7.53/1_7_53.sce
@@ -0,0 +1,10 @@
+//water//
+//page 1.53 example 7//
+clc
+volume_hardwater=1//in litres//
+CaCl2=4.5//Hardness of water(gms/lit)//
+moles_NaCl=2;//Na3Ze giving NaCl and CaZe//
+mol_wt_NaCl=58.5;
+mol_wt_Na3Ze=111;
+NaCl=CaCl2*moles_NaCl*mol_wt_NaCl/mol_wt_Na3Ze;
+printf("\Quantity of NaCl produced is %.2f gm",NaCl); \ No newline at end of file