summaryrefslogtreecommitdiff
path: root/1478/CH2/EX2.18.56
diff options
context:
space:
mode:
authorpriyanka2015-06-24 15:03:17 +0530
committerpriyanka2015-06-24 15:03:17 +0530
commitb1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b (patch)
treeab291cffc65280e58ac82470ba63fbcca7805165 /1478/CH2/EX2.18.56
downloadScilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.gz
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.tar.bz2
Scilab-TBC-Uploads-b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b.zip
initial commit / add all books
Diffstat (limited to '1478/CH2/EX2.18.56')
-rwxr-xr-x1478/CH2/EX2.18.56/2_18_56.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1478/CH2/EX2.18.56/2_18_56.sce b/1478/CH2/EX2.18.56/2_18_56.sce
new file mode 100755
index 000000000..4afec8237
--- /dev/null
+++ b/1478/CH2/EX2.18.56/2_18_56.sce
@@ -0,0 +1,11 @@
+//water and its treatment//
+//example 2.18.56//
+clc
+Hardness=300//Hardness of water(mg/lit) or ppm//
+H=Hardness/1000//Hardness of water(gms/lit)//
+volume_NaCl=75//Volume of NaCl//
+Wt_per_Litre=75//gms NaCl consumed by zeolite bed per litre//
+total_wt=Wt_per_Litre*volume_NaCl//total gms NaCl consumed by zeolite bed//
+CaCO3_equivalent=total_wt*50/58.595//in terms of (gms/lit)//
+volume_hardwater=CaCO3_equivalent/H
+printf("\nQuantity of water softened using zeolite bed is %.f litres",volume_hardwater); \ No newline at end of file