diff options
Diffstat (limited to '1427/CH6/EX6.13/6_13.sce')
-rw-r--r-- | 1427/CH6/EX6.13/6_13.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1427/CH6/EX6.13/6_13.sce b/1427/CH6/EX6.13/6_13.sce new file mode 100644 index 000000000..c3023b459 --- /dev/null +++ b/1427/CH6/EX6.13/6_13.sce @@ -0,0 +1,10 @@ +//ques-6.13
+//Calculating emf of the cell and determining activity of HCl
+clc
+E=0.15;//emf of the cell (in V)
+e1=-0.2224;//emf for Ag/Ag+ (in V)
+E1=-e1;
+pH=(E+e1)/(-0.0592);
+//On taking antilog(pH)
+H=0.06;
+printf("The emf required is %.4f V and acticity of HCl is %.2f mol/L.",E1,H);
|