diff options
Diffstat (limited to '1427/CH5/EX5.17/5_17.sce')
-rw-r--r-- | 1427/CH5/EX5.17/5_17.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH5/EX5.17/5_17.sce b/1427/CH5/EX5.17/5_17.sce new file mode 100644 index 000000000..bf50d9d93 --- /dev/null +++ b/1427/CH5/EX5.17/5_17.sce @@ -0,0 +1,7 @@ +//ques-5.17
+//Calculating solubility product of a salt
+clc
+S=7.5;//solubility of Silver chromate (in mol/L x10^-5)
+K=4*S^3;//solubility product (in mol^3/L^3 x10^-15)
+printf("The solubility product of the salt is %.4f*10^-12 mol^3/L^3.",K/1000);
+
|