summaryrefslogtreecommitdiff
path: root/1388/CH5/EX5.9
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH5/EX5.9')
-rwxr-xr-x1388/CH5/EX5.9/5_9.sce15
1 files changed, 15 insertions, 0 deletions
diff --git a/1388/CH5/EX5.9/5_9.sce b/1388/CH5/EX5.9/5_9.sce
new file mode 100755
index 000000000..3e1417bd2
--- /dev/null
+++ b/1388/CH5/EX5.9/5_9.sce
@@ -0,0 +1,15 @@
+clc
+//initialisation of variables
+m= 100 //gms
+m1= 1 //gms
+m2= 2 //gms
+P= 23.756 //mm of Hg
+n= 18.02
+n1= 60.06
+n2= 342.3
+//CALCULATIONS
+r= ((m1/n1)+(m2/n2))/((m1/n1)+(m2/n2)+(m/n))
+dp= P*r
+P1= P-dp
+//RESULTS
+printf (' vapour pressure = %.3f mm of Hg',P1)