summaryrefslogtreecommitdiff
path: root/3428/CH5/EX5.2
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH5/EX5.2')
-rw-r--r--3428/CH5/EX5.2/Ex5_2.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/3428/CH5/EX5.2/Ex5_2.sce b/3428/CH5/EX5.2/Ex5_2.sce
new file mode 100644
index 000000000..5f0087b0d
--- /dev/null
+++ b/3428/CH5/EX5.2/Ex5_2.sce
@@ -0,0 +1,7 @@
+//Section-1,Example-2,Page no.-AC.163
+//To find the weight of air actually supplied per m^3 of the gas.
+clc;
+M_w=28.97
+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)')