summaryrefslogtreecommitdiff
path: root/3769/CH25/EX25.19/Ex25_19.sce
blob: 4d5a06490fc87bbb44996c4f3deae5b86cf73871 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
clear
//Given
l=1620.0
l1=405.0

//Calculation
//
T=(1/l)+(1/l1)
t=log(4)/T

//Result
printf("\n The time during which three-fourths of a sample will decay is %0.0f  years",t)