diff options
Diffstat (limited to '3718/CH3/EX3.22/Ex3_22.sce')
-rw-r--r-- | 3718/CH3/EX3.22/Ex3_22.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3718/CH3/EX3.22/Ex3_22.sce b/3718/CH3/EX3.22/Ex3_22.sce new file mode 100644 index 000000000..7d1397138 --- /dev/null +++ b/3718/CH3/EX3.22/Ex3_22.sce @@ -0,0 +1,10 @@ +//Chapter 3: Thermodynamic and Chemical Equilibrium
+//Problem: 22
+clc;
+
+//Declaration of Variables
+solubility = 7.5 * 10 ** - 5 // mol per L
+
+// Solution
+Ksp = 4 * (solubility ** 3)
+mprintf("Solubility product of the salt is %.3e mol cube L cube",Ksp)
|