summaryrefslogtreecommitdiff
path: root/1427/CH5/EX5.15/5_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH5/EX5.15/5_15.sce')
-rw-r--r--1427/CH5/EX5.15/5_15.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH5/EX5.15/5_15.sce b/1427/CH5/EX5.15/5_15.sce
new file mode 100644
index 000000000..7e6cc5bcd
--- /dev/null
+++ b/1427/CH5/EX5.15/5_15.sce
@@ -0,0 +1,7 @@
+//ques-5.15
+//Calculating solubility product of AgCl
+clc
+S=0.00179;//solubility of AgCl (in g/L)
+S=(S/170)*100000;//solubility (in mol/L x10^-5)
+K=S^2;//solubility product (x10^-10)
+printf("The solubility product of given AgCl is %.4f x 10^-10 mol^2/L^2.",K);