diff options
Diffstat (limited to '1538/CH17/EX17.3/Ex17_3.sce')
-rwxr-xr-x | 1538/CH17/EX17.3/Ex17_3.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/1538/CH17/EX17.3/Ex17_3.sce b/1538/CH17/EX17.3/Ex17_3.sce new file mode 100755 index 000000000..d43f884c7 --- /dev/null +++ b/1538/CH17/EX17.3/Ex17_3.sce @@ -0,0 +1,15 @@ +//example-17.3
+//page no-515
+//given
+//atomic weight and density of magnesium
+MMg=24.3 //gm
+rhoMg=1.740 //g/cm^3
+//molecular weight and density of MgO
+MMgO=40.3 //gm
+rhoMgO=3.650 //g/cm^3
+//volume of Mg and Mgo
+VMg=MMg/rhoMg //cm^3
+VMgO=MMgO/rhoMgO //cm^3
+//we know that pilling-bedworth ratio is given by
+PBR=VMgO/VMg
+printf ("since PBR is less than 1 so the film formed is not protective ")
|