summaryrefslogtreecommitdiff
path: root/1439/CH9/EX9.20/9_20.sce
blob: 25d31a91f7fd49cc21ede8ffdbcc3fc9bc32659d (plain)
1
2
3
4
5
6
7
8
clc 
//initialisation of variables
Kp= 1.78
P= 0.1 //atm
//CALCULATIONS
a= sqrt(Kp/(Kp+P))*100
//RESULTS
printf ('per cent dissaciated= %.1f per cent ',a)