diff options
Diffstat (limited to '3876/CH9/EX9.7/Ex9_7.sce')
-rw-r--r-- | 3876/CH9/EX9.7/Ex9_7.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH9/EX9.7/Ex9_7.sce b/3876/CH9/EX9.7/Ex9_7.sce new file mode 100644 index 000000000..c1d464999 --- /dev/null +++ b/3876/CH9/EX9.7/Ex9_7.sce @@ -0,0 +1,15 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//Initialisation of Variables +n= 1.31*10**-4 //mole +T= 25 //C + +//CALCULATIONS +N= 2*n +Ksp= N**2*n + +//RESULTS +mprintf("Ksp = %.1e",Ksp) |