summaryrefslogtreecommitdiff
path: root/1427/CH5/EX5.38/5_38.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH5/EX5.38/5_38.sce')
-rw-r--r--1427/CH5/EX5.38/5_38.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1427/CH5/EX5.38/5_38.sce b/1427/CH5/EX5.38/5_38.sce
new file mode 100644
index 000000000..d86e447c6
--- /dev/null
+++ b/1427/CH5/EX5.38/5_38.sce
@@ -0,0 +1,11 @@
+//ques-5.38
+//Calculating transport number of Potassium ions in KCl
+clc
+m1=3.654;//mass of KCl/100g (in g)
+m2=122.93;//mass of cathode solution (in g)
+x=5.136;//KCl contained in cathode solution after electrolysis (in g)
+y=(m1/100)*m2;//KCl contained in cathode solution before electrolysis (in g)
+m3=1.978;//weight of Ag deposited (in g)
+z=(m3*74.5)/108;//weight of KCl electrolysed (in g)
+t=(x-y)/z;//transport number of K ions
+printf("Transport number of potassium ions is %.3f.",t);