summaryrefslogtreecommitdiff
path: root/1385/CH9/EX9.7/9_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '1385/CH9/EX9.7/9_7.sce')
-rwxr-xr-x1385/CH9/EX9.7/9_7.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1385/CH9/EX9.7/9_7.sce b/1385/CH9/EX9.7/9_7.sce
new file mode 100755
index 000000000..2248f7eb6
--- /dev/null
+++ b/1385/CH9/EX9.7/9_7.sce
@@ -0,0 +1,9 @@
+clc
+//initialisation of variables
+n= 1.31*10^-4 //mole
+T= 25 //C
+//CALCULATIONS
+N= 2*n
+Ksp= N^2*n
+//RESULTS
+printf (' Ksp = %.e ',Ksp)