diff options
Diffstat (limited to '1478/CH3/EX3.7.10/3_7_10.sce')
-rwxr-xr-x | 1478/CH3/EX3.7.10/3_7_10.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1478/CH3/EX3.7.10/3_7_10.sce b/1478/CH3/EX3.7.10/3_7_10.sce new file mode 100755 index 000000000..c3faf0787 --- /dev/null +++ b/1478/CH3/EX3.7.10/3_7_10.sce @@ -0,0 +1,8 @@ +//lubricants//
+//example 3.7.10//
+clc
+wt_oil=2.5//weight f oil saponified(gms)//
+volume=2.5//volume of alcoholic KOH consumed to neutralize fatty acids(ml)//
+normality_KOH=(1/100)//normality of KOH //
+A=volume*normality_KOH*56/wt_oil//formula for acid value//
+printf("\nAcid value of oil is %.2f mgs KOH",A);
\ No newline at end of file |