summaryrefslogtreecommitdiff
path: root/1478/CH3/EX3.7.16/3_7_16.sce
diff options
context:
space:
mode:
Diffstat (limited to '1478/CH3/EX3.7.16/3_7_16.sce')
-rwxr-xr-x1478/CH3/EX3.7.16/3_7_16.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/1478/CH3/EX3.7.16/3_7_16.sce b/1478/CH3/EX3.7.16/3_7_16.sce
new file mode 100755
index 000000000..7b1150be2
--- /dev/null
+++ b/1478/CH3/EX3.7.16/3_7_16.sce
@@ -0,0 +1,8 @@
+//lubricants//
+//example 3.7.16//
+clc
+wt_oil=3//weight f oil saponified(gms)//
+volume=.2//volume of alcoholic KOH consumed to neutralize fatty acids(ml)//
+normality_KOH=0.025//normality of KOH //
+A=volume*normality_KOH*56/wt_oil//formula for acid value//
+printf("\nAcid value of oil is %.4f mgs KOH",A); \ No newline at end of file