diff options
Diffstat (limited to '3428/CH5/EX5.3/Ex5_3.sce')
-rw-r--r-- | 3428/CH5/EX5.3/Ex5_3.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/3428/CH5/EX5.3/Ex5_3.sce b/3428/CH5/EX5.3/Ex5_3.sce new file mode 100644 index 000000000..c29faa47b --- /dev/null +++ b/3428/CH5/EX5.3/Ex5_3.sce @@ -0,0 +1,7 @@ +//Section-1,Example-3,Page no.-AC.163 +//To find the weight of air actually supplied per m^3 of the gas. +clc; +M_w=28.94 +V=300*(100/21)*(150/100) //Volume of air reqd. for 1m^3 of gas using 50% excess air(L) +W=V*(1/22.4)*M_w +disp(W,'weight of air actually supplied per m^3 of the gas.(gm)') |