summaryrefslogtreecommitdiff
path: root/2465/CH9/EX9.10/Example_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH9/EX9.10/Example_10.sce')
-rw-r--r--2465/CH9/EX9.10/Example_10.sce22
1 files changed, 22 insertions, 0 deletions
diff --git a/2465/CH9/EX9.10/Example_10.sce b/2465/CH9/EX9.10/Example_10.sce
new file mode 100644
index 000000000..dcd2b7092
--- /dev/null
+++ b/2465/CH9/EX9.10/Example_10.sce
@@ -0,0 +1,22 @@
+//Chapter-9,Example 10,Page 221
+clc();
+close();
+
+lamda_Ag = 58.3
+
+lamda_Cl=65.3
+
+lamda_v=lamda_Ag+lamda_Cl //Kohlrausch's law
+
+Kv=1.24*10^-6 //specific conductivity
+
+V=lamda_v/(Kv*1000)
+
+wt=143.5 //molecular weight of AgCl
+
+S=wt/V
+
+printf('the solubility off AGCl is %.5f g/l',S)
+
+
+//mistake in textbook