summaryrefslogtreecommitdiff
path: root/2966/CH1/EX1.48/1_48.sce
blob: e08103c37c114138ec67b4babd586a828f4b9de5 (plain)
1
2
3
4
5
6
7
8
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);