summaryrefslogtreecommitdiff
path: root/2465/CH8/EX8.7/Ex8_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '2465/CH8/EX8.7/Ex8_7.sce')
-rw-r--r--2465/CH8/EX8.7/Ex8_7.sce14
1 files changed, 0 insertions, 14 deletions
diff --git a/2465/CH8/EX8.7/Ex8_7.sce b/2465/CH8/EX8.7/Ex8_7.sce
deleted file mode 100644
index 1d5b25cf9..000000000
--- a/2465/CH8/EX8.7/Ex8_7.sce
+++ /dev/null
@@ -1,14 +0,0 @@
-//Chapter-8,Example 7,Page 196
-clc();
-close();
-
-Ksp=3.45*10^-11 //solubility product of CaF2
-
-//Ksp = [Ca+2]*[F-]^2
-//Ksp = [S]*[2*S]^2
-
-S = nthroot(Ksp,3)/4
-
-printf('the solubility of CaF2 is S = %.7f mole/litre',S)
-
-//mistake in textbook