summaryrefslogtreecommitdiff
path: root/1478/CH3/EX3.7.15
diff options
context:
space:
mode:
Diffstat (limited to '1478/CH3/EX3.7.15')
-rwxr-xr-x1478/CH3/EX3.7.15/3_7_15.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/1478/CH3/EX3.7.15/3_7_15.sce b/1478/CH3/EX3.7.15/3_7_15.sce
new file mode 100755
index 000000000..ee19ed4e2
--- /dev/null
+++ b/1478/CH3/EX3.7.15/3_7_15.sce
@@ -0,0 +1,10 @@
+//lubricants//
+//example 3.7.15//
+clc
+volume_oil=20//volume of oil titrated(ml)//
+density_oil=0.86//density of oil titrated//
+wt_oil=volume_oil*density_oil//weight f oil saponified(gms)//
+volume=2.5//volume of alcoholic KOH consumed to neutralize fatty acids(ml)//
+normality_KOH=0.1//normality of KOH //
+A=volume*normality_KOH*56/wt_oil//formula for acid value//
+printf("\nAcid value of oil is %.3f mgs KOH",A); \ No newline at end of file