summaryrefslogtreecommitdiff
path: root/3428/CH15/EX9.15.19/Ex9_15_19.sce
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH15/EX9.15.19/Ex9_15_19.sce')
-rw-r--r--3428/CH15/EX9.15.19/Ex9_15_19.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3428/CH15/EX9.15.19/Ex9_15_19.sce b/3428/CH15/EX9.15.19/Ex9_15_19.sce
new file mode 100644
index 000000000..bd75d53a1
--- /dev/null
+++ b/3428/CH15/EX9.15.19/Ex9_15_19.sce
@@ -0,0 +1,11 @@
+//Section-9,Example-2,Page no.-E.32
+//To find the valency of Mercurous ion with the help of given cell.
+clc;
+C_1=0.001
+C_2=0.01
+F=96500
+R=8.314
+T=291
+E_cell=0.029
+n=((2.303*R*T)/(E_cell*F))*log10(C_2/C_1)
+disp(n,'valency of Mercurous ion')