diff options
Diffstat (limited to '2966/CH1/EX1.1.59/1_1_59.sce')
-rw-r--r-- | 2966/CH1/EX1.1.59/1_1_59.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2966/CH1/EX1.1.59/1_1_59.sce b/2966/CH1/EX1.1.59/1_1_59.sce new file mode 100644 index 000000000..e08103c37 --- /dev/null +++ b/2966/CH1/EX1.1.59/1_1_59.sce @@ -0,0 +1,9 @@ +//water//
+//page 1.59 example 1//
+clc
+volume_water=10^4//in litres//
+volume_HCl=200//in litres//
+conc_HCl=0.1//in Normals//
+totl_hardness=volume_HCl*conc_HCl*50//in terms of g CaCO3 equivalent//
+h=totl_hardness/volume_water//in terms of g CaCO3 equivalent//
+printf("\nHardness of water sample is %.f mg/L",h*1000);
\ No newline at end of file |