summaryrefslogtreecommitdiff
path: root/1427/CH6/EX6.15/6_15.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH6/EX6.15/6_15.sce')
-rw-r--r--1427/CH6/EX6.15/6_15.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1427/CH6/EX6.15/6_15.sce b/1427/CH6/EX6.15/6_15.sce
new file mode 100644
index 000000000..81bde2bc4
--- /dev/null
+++ b/1427/CH6/EX6.15/6_15.sce
@@ -0,0 +1,11 @@
+//ques-6.15
+//Determining solubility of AgCl at 298 K
+clc
+e1=2.415;//emf of SCE (in V)
+e2=0.7991;//emf of Ag+/Ag (in V)
+E=0.2621;//emf of cell (in V)
+n=2;//number of electrons involved
+//On solving, E=e2-e1+(0.0592/n)*log10(C^2);
+C=10^-5;//concentration of Ag+
+Ksp=C*C;
+printf("The solubility of AgCl is 10^-10 mol^2/L^2.");