From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 3428/CH12/EX6.12.10/Ex6_12_10.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3428/CH12/EX6.12.10/Ex6_12_10.sce (limited to '3428/CH12/EX6.12.10') 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)') -- cgit