summaryrefslogtreecommitdiff
path: root/2465/CH17/EX17.8/Ex17_8.sce
blob: 3642e069861e4f1d214ccf70fd709422a5c1b4ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//Chapter-17,Example 8,Page 371
clc();
close();

strength = 10*0.85/9    //strength of EDTA

//1000 ml EDTA solution == 1 g CaCO3

//for 20 ml EDTA solution

amnt= 20*strength/1000

//50 ml smple of water contains amnt CaCO3

hard= amnt*10^6/50    //hardness of water 

printf("the hardness of water is = %.2f ppm", hard)