diff options
Diffstat (limited to '3876/CH9/EX9.12/Ex9_12.sce')
-rw-r--r-- | 3876/CH9/EX9.12/Ex9_12.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/3876/CH9/EX9.12/Ex9_12.sce b/3876/CH9/EX9.12/Ex9_12.sce new file mode 100644 index 000000000..eebe72080 --- /dev/null +++ b/3876/CH9/EX9.12/Ex9_12.sce @@ -0,0 +1,15 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//Initialisation of Variables +kw= 10**-14 +Ka= 1.8*10**-5 + +//CALCULATIONS +Kb= Ka +B= sqrt(kw/(Ka*Kb)) + +//RESULTS +mprintf("Degree of Hydrolysis = %.2e",B) |