summaryrefslogtreecommitdiff
path: root/2966/CH3/EX3.1.33/3_1_33.sce
diff options
context:
space:
mode:
Diffstat (limited to '2966/CH3/EX3.1.33/3_1_33.sce')
-rw-r--r--2966/CH3/EX3.1.33/3_1_33.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2966/CH3/EX3.1.33/3_1_33.sce b/2966/CH3/EX3.1.33/3_1_33.sce
new file mode 100644
index 000000000..30023ae8f
--- /dev/null
+++ b/2966/CH3/EX3.1.33/3_1_33.sce
@@ -0,0 +1,10 @@
+//lubricants//
+//page 3.33 example 1//
+clc
+wt_oil=2.5//weight f oil saponified(gms)//
+blank=49.0//volume blank titration reading(ml)//
+back=26.4//volume back titration reading(ml)//
+volume=blank-back//volume of alcoholic KOH consumed(ml)//
+normality_KOH=0.4//normality of KOH//
+S=volume*normality_KOH*56/wt_oil//formula for saponification value//
+printf("\nSaponification value of oil is %.3f mg/g",S); \ No newline at end of file