diff options
Diffstat (limited to '3769/CH25/EX25.29/Ex25_29.sce')
-rw-r--r-- | 3769/CH25/EX25.29/Ex25_29.sce | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/3769/CH25/EX25.29/Ex25_29.sce b/3769/CH25/EX25.29/Ex25_29.sce new file mode 100644 index 000000000..da9285710 --- /dev/null +++ b/3769/CH25/EX25.29/Ex25_29.sce @@ -0,0 +1,14 @@ +clear +//Given +P=3*10**8 //W +E=200*10**6*1.6*10**-19 +a=235 +m=6.023*10**23 + +//Calculation +E1=P*3600 +N=E1/E +M1=(a*N)/m + +//Result +printf("\n Mass of uranium fissioned per hour is %0.2f g",M1) |