summaryrefslogtreecommitdiff
path: root/3689/CH11/EX11.6/11_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3689/CH11/EX11.6/11_6.sce')
-rw-r--r--3689/CH11/EX11.6/11_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3689/CH11/EX11.6/11_6.sce b/3689/CH11/EX11.6/11_6.sce
new file mode 100644
index 000000000..29771979c
--- /dev/null
+++ b/3689/CH11/EX11.6/11_6.sce
@@ -0,0 +1,10 @@
+////Variable Declaration
+E = +0.29 //Cell emf, V
+n = 2.
+
+//Calculations
+Ksp = 10**(-n*E/0.05916)
+
+//Results
+printf("\n Equilibrium constant for reaction is %4.2e",Ksp)
+