summaryrefslogtreecommitdiff
path: root/3557/CH2/EX2.2/Ex2_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH2/EX2.2/Ex2_2.sce')
-rw-r--r--3557/CH2/EX2.2/Ex2_2.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3557/CH2/EX2.2/Ex2_2.sce b/3557/CH2/EX2.2/Ex2_2.sce
new file mode 100644
index 000000000..4e76dc358
--- /dev/null
+++ b/3557/CH2/EX2.2/Ex2_2.sce
@@ -0,0 +1,9 @@
+//Example 2.2//
+a=24.31;//g //atomic mass of Mg (in gram)
+a1=16.00;//g //atomic mass of O (in gram)
+m=a+a1;// mass of 1 mol of MgO
+mprintf("m = %f g ",m)
+v=22.37;//mm //Volume
+b=10^-3;//cm^3/mm^3
+d=m/(v^3*b)
+mprintf("\nd = %f g/cm^3",d)