From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3769/CH25/EX25.29/Ex25_29.sce | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 3769/CH25/EX25.29/Ex25_29.sce (limited to '3769/CH25/EX25.29/Ex25_29.sce') 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) -- cgit