summaryrefslogtreecommitdiff
path: root/1385/CH9/EX9.8/9_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '1385/CH9/EX9.8/9_8.sce')
-rwxr-xr-x1385/CH9/EX9.8/9_8.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1385/CH9/EX9.8/9_8.sce b/1385/CH9/EX9.8/9_8.sce
new file mode 100755
index 000000000..6252f7ddc
--- /dev/null
+++ b/1385/CH9/EX9.8/9_8.sce
@@ -0,0 +1,10 @@
+clc
+//initialisation of variables
+Ksp= 1.4*10^-11
+V= 200 //ml
+M= 24.3 //gms
+//CALCULATIONS
+x= (Ksp/4)^(1/3)
+m= x*M*V/1000
+//RESULTS
+printf (' grams of Mg+2 present = %.1e gms per mol',m)