summaryrefslogtreecommitdiff
path: root/2939/CH4/EX4.32/Ex4_32.sce
blob: feafead9499c21a5dd5b296d43fce86c32dc7bfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

//Ex4_32
clc;

// Given:
tU=4.47*10^9;// y
tRa=1600;// y
tRn=3.82;// days
nU=1;
// Solution:
//under secular equilibrium we have
nRa=(tRa*365/tRn)*nU;
nRn=(tU*365/tRn)*nU;
printf("The proportion of U,Ra,Rn is 1: %f: %f .",nRa,nRn)