diff options
Diffstat (limited to '3876/CH9/EX9.8/Ex9_8.sce')
-rw-r--r-- | 3876/CH9/EX9.8/Ex9_8.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/3876/CH9/EX9.8/Ex9_8.sce b/3876/CH9/EX9.8/Ex9_8.sce new file mode 100644 index 000000000..479550272 --- /dev/null +++ b/3876/CH9/EX9.8/Ex9_8.sce @@ -0,0 +1,16 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//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 +mprintf("Grams of Mg+2 present = %.1e gms per mol",m) |