summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.20/Ex25_20.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH25/EX25.20/Ex25_20.sce')
-rw-r--r--3769/CH25/EX25.20/Ex25_20.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH25/EX25.20/Ex25_20.sce b/3769/CH25/EX25.20/Ex25_20.sce
new file mode 100644
index 000000000..edc84c2a1
--- /dev/null
+++ b/3769/CH25/EX25.20/Ex25_20.sce
@@ -0,0 +1,11 @@
+clear
+//Given
+C=3.7*10**10 //disintegrations/s
+A=6.02*10**23
+B=234
+
+//Calculation
+D=(C*B)/A
+
+//Result
+printf("\n Mass ofuranium atoms disintegrated per second is %0.3f *10**-11 g",D*10**11)