diff options
Diffstat (limited to '3428/CH12/EX6.12.10/Ex6_12_10.sce')
-rw-r--r-- | 3428/CH12/EX6.12.10/Ex6_12_10.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/3428/CH12/EX6.12.10/Ex6_12_10.sce b/3428/CH12/EX6.12.10/Ex6_12_10.sce new file mode 100644 index 000000000..814160cfe --- /dev/null +++ b/3428/CH12/EX6.12.10/Ex6_12_10.sce @@ -0,0 +1,9 @@ +//Section-6,Example-2,Page no.-P.42 +//To calculate the minimum partial pressure of methane to achieve the following condition. +clc; +n_M=(21*10^-3)/16 +n_B=100/78 +x_M=n_M/(n_M+n_B) +K_M=4.27*10^5 +p_M=x_M*K_M +disp(p_M,'Required partial pressure(Torr)') |