summaryrefslogtreecommitdiff
path: root/1385/CH9/EX9.10/9_10.sce
diff options
context:
space:
mode:
Diffstat (limited to '1385/CH9/EX9.10/9_10.sce')
-rwxr-xr-x1385/CH9/EX9.10/9_10.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1385/CH9/EX9.10/9_10.sce b/1385/CH9/EX9.10/9_10.sce
new file mode 100755
index 000000000..22a21e405
--- /dev/null
+++ b/1385/CH9/EX9.10/9_10.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+c= 0.1 //M
+Kb= 1.8*10^-5
+Kw= 10^-14
+//CALCULATIONS
+C= sqrt(c*Kw/Kb)
+//RESULTS
+printf (' concentration of hydronium ion = %.1e mol per litre',C)