summaryrefslogtreecommitdiff
path: root/632/CH3/EX3.2/example3_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '632/CH3/EX3.2/example3_2.sce')
-rwxr-xr-x632/CH3/EX3.2/example3_2.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/632/CH3/EX3.2/example3_2.sce b/632/CH3/EX3.2/example3_2.sce
new file mode 100755
index 000000000..32cfd2d15
--- /dev/null
+++ b/632/CH3/EX3.2/example3_2.sce
@@ -0,0 +1,10 @@
+//clc()
+MK = 39.1;
+MC = 12.0;
+MO = 16;
+MK2CO3 = MK * 2 + MC + MO * 3;
+m = 691;
+N = m / MK2CO3;
+A = 6.023 * 10^23;
+molecules = N * A;
+disp("molecules",molecules,"Total no. of molecules =") \ No newline at end of file