summaryrefslogtreecommitdiff
path: root/1388/CH4/EX4.26/4_26.sce
blob: aecc42694a928567db17bcf98d0833b1bed9cba8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
clc
//initialisation of variables
H= 1436.3 //cal mole^-1
d= 0.9999 //g ml^-1
d1= 0.9168 //g ml^-1
P= 1 //atm
m= 18.02 //gm
R= 1.987 //cal/mole K
T= 2 //C
//CALCULATIONS
V= (p/d)-(p/d1)
H1= H*82.05/(m*R) 
P1= H1*(-T)/(273*V)
//RESULTS
printf (' pressure required to decrease= %.f atm',P1)