summaryrefslogtreecommitdiff
path: root/2966/CH1/EX1.4/1_4.sce
blob: a447c14a4806d71b3b6e8d1763aed70f7508e21f (plain)
1
2
3
4
5
6
7
8
9
//water//
//page 1.9 example 4//
clc
H=210.5;//hardness in ppm//
M1=100;//molecular weight of CaCO3//
M2=136;//molecular weight of FeSO4//
M=M1/M2;//multiplication factor of FeSO4//
W=H/M;//weight of FeSO4 required//
printf("\nFeSO4 required is %.1f ppm",W);