diff options
Diffstat (limited to '3876/CH4/EX4.4/Ex4_4.sce')
-rw-r--r-- | 3876/CH4/EX4.4/Ex4_4.sce | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/3876/CH4/EX4.4/Ex4_4.sce b/3876/CH4/EX4.4/Ex4_4.sce new file mode 100644 index 000000000..d01d55177 --- /dev/null +++ b/3876/CH4/EX4.4/Ex4_4.sce @@ -0,0 +1,17 @@ +//Chapter 4 Solutions Nonelectrolytes + +clc; +clear; + +//Initialisation of Variables +p= 214 //mm +M= 112.5 //gms +m= 18 //gms +m1= 10 //gms + +//CALCULATIONS +P= 760-p +M1= m1*P*m/(p*M) + +//RESULTS +mprintf("Quantity of Water= %.2f gms",M1) |