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/CH12/EX6.12.14/Ex6_12_14.sce | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 3428/CH12/EX6.12.14/Ex6_12_14.sce (limited to '3428/CH12/EX6.12.14') diff --git a/3428/CH12/EX6.12.14/Ex6_12_14.sce b/3428/CH12/EX6.12.14/Ex6_12_14.sce new file mode 100644 index 000000000..90a79d799 --- /dev/null +++ b/3428/CH12/EX6.12.14/Ex6_12_14.sce @@ -0,0 +1,9 @@ +//Section-6,Example-6,Page no.-P.49 +//To calculate the molar mass of the compound. +clc; +w_B=28 +w_A=750*10^-3 +dl_Tf=5.4 +K_f=30 +m_B=(K_f*w_B)/(dl_Tf*w_A) +disp(m_B,'Molar mass of the given compound(gmmol^-1)') -- cgit