summaryrefslogtreecommitdiff
path: root/3428/CH21/EX14.21.12
diff options
context:
space:
mode:
Diffstat (limited to '3428/CH21/EX14.21.12')
-rw-r--r--3428/CH21/EX14.21.12/Ex14_21_12.sce10
1 files changed, 10 insertions, 0 deletions
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.