summaryrefslogtreecommitdiff
path: root/1385/CH4/EX4.5/4_5.sce
blob: a2565a171fa5fe2995a52c9cf41a720bb36b631e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clc
//initialisation of variables
p = 17.4 //mm
m= 1000 //gms
M= 18 //gms
n= 2 //moles
//CALCULATIONS
P= p*((m/M)/((m/M)+n))
P1= p*(n/((m/M)+n))
dp= p-P1
//RESULTS
printf (' vapour pressure of solution= %.2f mm',P1)