summaryrefslogtreecommitdiff
path: root/1439/CH15/EX15.7
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH15/EX15.7')
-rwxr-xr-x1439/CH15/EX15.7/15_7.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1439/CH15/EX15.7/15_7.sce b/1439/CH15/EX15.7/15_7.sce
new file mode 100755
index 000000000..ea5e1c904
--- /dev/null
+++ b/1439/CH15/EX15.7/15_7.sce
@@ -0,0 +1,8 @@
+clc
+//initialisation of variables
+ka= 1.75*10^-5
+ca= 0.1 //mole lit
+//CALCULATIONS
+pH= -log10(sqrt(ka*ca))
+//RESULTS
+printf ('pH = %.2f ',pH)