summaryrefslogtreecommitdiff
path: root/1439/CH24/EX24.3/24_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '1439/CH24/EX24.3/24_3.sce')
-rwxr-xr-x1439/CH24/EX24.3/24_3.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/1439/CH24/EX24.3/24_3.sce b/1439/CH24/EX24.3/24_3.sce
new file mode 100755
index 000000000..3fcb35898
--- /dev/null
+++ b/1439/CH24/EX24.3/24_3.sce
@@ -0,0 +1,13 @@
+clc
+//initialisation of variables
+R= 0.08205 //l-atm mole^-1 K^-1
+T= 25 //C
+p= 1 //atm
+Mr= 226 //gms
+th= 3.82 //days
+t= 1620 //years
+//CALCULATIONS
+NRn= th/(Mr*t*365.26)
+V= NRn*R*(273+T)*1000/p
+//RESULTS
+printf ('millilitres of radon = %.2e ml',V)