diff options
Diffstat (limited to '3876/CH9/EX9.19/Ex9_19.sce')
-rw-r--r-- | 3876/CH9/EX9.19/Ex9_19.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3876/CH9/EX9.19/Ex9_19.sce b/3876/CH9/EX9.19/Ex9_19.sce new file mode 100644 index 000000000..f27fc7b75 --- /dev/null +++ b/3876/CH9/EX9.19/Ex9_19.sce @@ -0,0 +1,14 @@ +//Chapter 9 Ionic Equilibria and Buffer Action + +clc; +clear; + +//Initialisation of Variables +pH= 7.10 +pH1= 7.21 + +//CALCULATIONS +r= 10**(pH-pH1) + +//RESULTS +mprintf("Ratio of salt to acid = %.2f",r) |