diff options
Diffstat (limited to '3876/CH9/EX9.13/Ex9_13.sce')
-rw-r--r-- | 3876/CH9/EX9.13/Ex9_13.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH9/EX9.13/Ex9_13.sce b/3876/CH9/EX9.13/Ex9_13.sce new file mode 100644 index 000000000..7eb01ba6a --- /dev/null +++ b/3876/CH9/EX9.13/Ex9_13.sce @@ -0,0 +1,14 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//Initialisation of Variables +k1= 3.5*10**-7 +k2= 4.4*10**-11 + +//CALCULATIONS +c= sqrt(k1*k2) + +//RESULTS +mprintf("Concentration of solution = %.2e mol per litre",c) |