diff options
Diffstat (limited to '1439/CH7/EX7.4')
-rwxr-xr-x | 1439/CH7/EX7.4/7_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1439/CH7/EX7.4/7_4.sce b/1439/CH7/EX7.4/7_4.sce new file mode 100755 index 000000000..8c1e056ee --- /dev/null +++ b/1439/CH7/EX7.4/7_4.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+P1= 731.9 //mm
+P2= 712.4 //mm
+Mb= 18 //gms
+r= 0.188
+//CALCULATIONS
+Ma= r*Mb*P2/(P1-P2)
+//RESULTS
+printf ('molecular weight of nitro-benzene= % f g mole^-1',Ma)
|