From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3428/CH5/EX5.1/Ex5_1.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3428/CH5/EX5.1/Ex5_1.sce (limited to '3428/CH5/EX5.1/Ex5_1.sce') diff --git a/3428/CH5/EX5.1/Ex5_1.sce b/3428/CH5/EX5.1/Ex5_1.sce new file mode 100644 index 000000000..5d3f1cd81 --- /dev/null +++ b/3428/CH5/EX5.1/Ex5_1.sce @@ -0,0 +1,9 @@ +//Section-1,Example-1,Page no.-AC.162 +//To calculate the weight and volume of air required for the combustion of 1 kg of carbon. +clc; +W_O=(32/12)*1 //Weight of O_2 reqd. by 1 kg Carbon(kg) +W_Air=(100/23)*W_O +disp(W_Air,'weight of air required(kg)') +W_Oxy=(22.4/32)*W_O*1000 //Volume occupied by 2.667kg O_2 +V=((100/21)*W_Oxy)/1000 +disp(V,'Volume of air required(m^3)') -- cgit