summaryrefslogtreecommitdiff
path: root/1427/CH6/EX6.10/6_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH6/EX6.10/6_10.sce')
-rw-r--r--1427/CH6/EX6.10/6_10.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/1427/CH6/EX6.10/6_10.sce b/1427/CH6/EX6.10/6_10.sce
new file mode 100644
index 000000000..0da6133b6
--- /dev/null
+++ b/1427/CH6/EX6.10/6_10.sce
@@ -0,0 +1,7 @@
+//ques-6.10
+//Calculating pH of a solution
+clc
+E=0.48;//emf of the cell (in V)
+Es1=0.34;//standard emf of copper (in V)
+pH=(E-Es1)/0.0592;
+printf("The pH of the solution is %.3f.",pH);