summaryrefslogtreecommitdiff
path: root/1388/CH10/EX10.3/10_3.sce
blob: d2f17fa8502e6439a40fd80024542ebe1639d38c (plain)
1
2
3
4
5
6
7
8
9
10
clc
//initialisation of variables
P= 200 //mm
t= 30 //min
k= 2.5*10^-4 //sec^-1
//CALCULATIONS
P0= P/(10^(k*t*60/2.303))
P1= P-P0
//RESULTS
printf (' Partial Pressure of reactant= %.f mm',P1)