summaryrefslogtreecommitdiff
path: root/2465/CH8/EX8.6
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH8/EX8.6')
-rw-r--r--2465/CH8/EX8.6/Ex8_6.sce17
1 files changed, 0 insertions, 17 deletions
diff --git a/2465/CH8/EX8.6/Ex8_6.sce b/2465/CH8/EX8.6/Ex8_6.sce
deleted file mode 100644
index 984f0c31f..000000000
--- a/2465/CH8/EX8.6/Ex8_6.sce
+++ /dev/null
@@ -1,17 +0,0 @@
-//Chapter-8,Example 6,Page 196
-clc();
-close();
-
-pH= 7.4 //of blood
-
-H= 10^(-pH)
-
-//assume ratio of HCO3- and H2CO3 is r
-
-Ka= 4.5*10^-7
-
-// Ka = [H+]*[HCO3-]/[H2CO3]
-
-r=Ka/H
-
-printf('the ratio of HCO3- and H2CO3 is %.f',r)