From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 1427/CH5/EX5.15/5_15.sce | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 1427/CH5/EX5.15/5_15.sce (limited to '1427/CH5/EX5.15') 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); -- cgit