summaryrefslogtreecommitdiff
path: root/2465/CH8/EX8.8/Ex8_8.sce
blob: 7e43b504c2451fa37929fbd6861211a9c4e9d078 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
//Chapter-8,Example 8,Page 197
clc();
close();

Ksp=8*10^-12  //solubility product of SrF2

//Ksp= [Sr+2]*[F-]^2.....F=0.1 M

F=0.1      //concentration of F in SrF2

S=Ksp/F^2

printf('the solubility of SrF2 is')

disp(S)

printf('mol/litre')

//mistake in textbook