reinout-g

avatar
Usernamereinout-g
Score2353
Membership
Stats
Questions 70
Answers 574

 #3
avatar+2353 
0
Vraces:

I need to understand why for example
[A radioactive kalashnikov gets less radioactive every year. After 60 years only 25% of the radio-activeness remains. What is the yearly reducing of radio-activeness in percent?]

I'm wondering. Since(Based on my assumption) 0.75^(1/60) should be in english: 75% of of the radioactiveness in one year. Since 75% was removed during 60 years shouldn't 0.75^(1/60) be the answer?[1 - 0.25^(1/60) = 0.75^(1/60)? ] And also. Why should it be ^(1/60) and not the percentage divided by 60?What does ^(1/60) actually mean? What happens when it calculates? I'm aware it multiples itself the times stated. For example: 3^3 = 27 ; 3^3(1/3) = 9 I must understand these things. It's good to know how to solve something, but if you don't know the meaning of it you can't solve another thing. I'm going to guess only Melody could explain this, but others are also welcome. IF you actually know the significance. Do not guess while trying to explain as it would only confuse me. And by the way, I may have confused you a little bit with what I'm trying to say. Good luck and thanks.



Dear Vraces,

I understand your confusion, and since Melody has just called it a day, I will do my best to give you the most clear and understandable explanation I can give you.

First let me calculate the following things for you;

a) 0.75/60 = 0.0125

b) 0.25^(1/60) = 0.9771599684342459

Suppose we have 100 kilograms of radioactive material, then we know that after 60 years only 25 kilograms will be left.

the first percentage is what we use if something reduces with 0.0125 of the original amount each year.

So in the case of the radioactive material this would mean that after 1 year the radioactive material would be

100-100*0.0125 = 98.75

after year 2 it would be

98.75 - 100*0.0125 = 97.5

which is the same as

100 - 100*0.0125 - 100*0.0125 = 97.5

which is the same as

100 - 2 * 100*0.0125 = 97.5

so after the 60 years it would be

100 - 60*100*0.0125 = 25 kg

As you can see, the radioactive material would then reduce with an amount of 1.25 kg each year


However, this is not what actually happens, because what actually happens is that the radioactive material reduces with the same percentage each year

If we calculate the percentage that is reduced each year in the above case we get;
1.25/100 * 100% = 1.25%
1.25/98.75 * 100% = 1.27%
1.25/97.5 * 100% = 1.28%
etc.

We want to reduce the material with a percentage per year,
Now let me give an example which will make you understand,

Suppose the radioactive material reduces with 2% each year
Then after 1 year we know we have 100kg * (1-0.02) = 100kg * 0.98 = 98kg
After 2 years we know we have 98kg*(1-0.02) = 98kg*0.98 = 96.04kg
or we can calculate it as 100kg * (1-0.02) 2 = 96.04kg
After 5 years we know we have 100kg * (1-0.02) 5 = 90.39kg

(remember 2% reduction means 98% remains, which is why it is (1-0.02)=0.98)

Now lets turn the question around,
Suppose we do not know by how many percent the radioactive material reduces per year but we do know that after 5 years there is only 90.39 kg of 100kg left.

Then we know 100kg * (the percentage that is left per year) 5 = 90.39
We can rewrite this to (the percentage that is left per year) 5 = 90.39/100
and finally (the percentage per year) = (90.39/100) (1/5) = 0.98 = 1-0.02
So 1-(90.39/100) (1/5) gives us the percentage the radioactive material reduces by each year!

Now to get back to your question,

we know that in 60 years only 25% will be left, hence to calculate what percentage will be left every year we have (0.25) (1/60) = 0.977

Suppose again we have 100kg, in year 1 the amount that will be left can be calculated by
100*0.977 = 97.7 (so it reduced by 2.3 kg)

in year 2 the amount that will be left can be calculated by

100*(0.997) 2 = 95.5 (so this year it reduced by 2.2 kg)

As you can see, the amount that it reduces by is now different, yet the percentage it reduces by is the same, which is 1-0.977 = 0.023%

Now for why i use 0.25^(1/60) instead of 0.75(1/60), 0.25 stands for, 25 percentage is left after 60 years, while 0.75 stands for 75 percent remains after 60 years,


This is exactly the difference between 0.25^(1/60) and 1-(0.75/60)

I hope this helps you
Jan 29, 2014