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/CH21/EX14.21.12/Ex14_21_12.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3428/CH21/EX14.21.12/Ex14_21_12.sce (limited to '3428/CH21/EX14.21.12') diff --git a/3428/CH21/EX14.21.12/Ex14_21_12.sce b/3428/CH21/EX14.21.12/Ex14_21_12.sce new file mode 100644 index 000000000..7576cce46 --- /dev/null +++ b/3428/CH21/EX14.21.12/Ex14_21_12.sce @@ -0,0 +1,10 @@ +//Section-14,Example-8,Page no.-PC.17 +//To find Molecular formula of Hydrocarbon. +clc; +//(r(hydrocarbon)/r(CH_4))=(M(CH_4)/M(hydrocarbon)) +M_CH4=16 +r_hc=1 +r_CH4=2 +M_hc=(16/(1/2)^2) +disp(M_hc,'Molecular weight of hydrocarbon(g/mol)') +//The hydrocarbon formula may be (C_4H_10) which has a molecular weight of 58g/mol. -- cgit