summaryrefslogtreecommitdiff
path: root/3428/CH23/EX14.23.9/Ex14_23_9.sce
blob: 9d29258092525900b5fd845ff5e0788bfe07dbc0 (plain)
1
2
3
4
5
6
//Section-14,Example-4,Page no.-PC.82
//To calculate the solubility of Ag_2CrO_4.
clc;
K_sp=(9*10^-12)/4
S=(K_sp)^(1/3)
disp(S,'Solubility product of Ag_2CrO_4(mol/dm^3)')