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 --- 2966/CH3/EX3.14/Ex3_14.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2966/CH3/EX3.14/Ex3_14.sce (limited to '2966/CH3/EX3.14/Ex3_14.sce') diff --git a/2966/CH3/EX3.14/Ex3_14.sce b/2966/CH3/EX3.14/Ex3_14.sce new file mode 100644 index 000000000..73b03c52a --- /dev/null +++ b/2966/CH3/EX3.14/Ex3_14.sce @@ -0,0 +1,12 @@ +//lubricants// +//page 3.35 example 4// +clc +wt_oil=2.5//weight f oil saponified(gms)// +blank=40//volume blank titration reading(ml)// +back=20//volume back titration reading(ml)// +normality_KOH=0.25//normality of KOH // +normality_HCl=.5//normality of HCl// +e=normality_HCl/normality_KOH//for equivalence in titration // +volume=(blank-back)*e//volume of alcoholic KOH consumed(ml)// +S=volume*normality_KOH*56/wt_oil//formula for saponification value// +printf("\nSaponification value of oil is %.0f mg/g",S); \ No newline at end of file -- cgit