summaryrefslogtreecommitdiff
path: root/1652/CH14/EX14.12/14_12.sce
blob: b3f9d9df689246400635a2cea5038b55556d5be5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
clc
//Initialization of variables
disp("From table 14.3")
K1=-13.5089
K2=-22.9792
K3=19.2218
c=0.1 //m
//calculations
logK=K1-K2-K3
K=10^logK
mu=0.5*(c*1^2 + c*1^2)
disp("From tables 14-5 and 14-6,")
gAg=0.745
gCl=0.755
x2=K/(gAg*gCl)
x=sqrt(x2)
//results
printf("Solubility of Agcl = %.2e m",x)