document.write( "Question 1196893: The radioactive isotope carbon 14 used to date fossils decays with an annual rate of about 0.000124. If a fossil is found which originally has 2 mg of carbon 14, and it now has 0.18 mg, how old is it? \n" ); document.write( "
Algebra.Com's Answer #829930 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "a = initial value \n" ); document.write( "b = determines if we have growth or decay depending if b > 1 or 0 < b < 1.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x = number of years \n" ); document.write( "y = amount of carbon-14 in mg\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Given info: \n" ); document.write( "a = 2 \n" ); document.write( "b = 1 + r = 1 - 0.000124 = 0.999876 \n" ); document.write( "y = 0.18\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = a*b^x \n" ); document.write( "0.18 = 2*0.999876^x \n" ); document.write( "2*0.999876^x = 0.18 \n" ); document.write( "0.999876^x = 0.18/2 \n" ); document.write( "0.999876^x = 0.09 \n" ); document.write( "log(0.999876^x) = log(0.09) \n" ); document.write( "x*log(0.999876) = log(0.09) \n" ); document.write( "x = log(0.09)/log(0.999876) \n" ); document.write( "x = 19,417.7122011154\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: Approximately 19,417 years old\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "---------------------------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's an approach using the half-life formula\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The half-life of carbon 14 is approximately H = 5730 years according to these sources here \n" ); document.write( "https://pubchem.ncbi.nlm.nih.gov/compound/carbon-14 \n" ); document.write( "https://en.wikipedia.org/wiki/Carbon-14 \n" ); document.write( "Every 5730 years or so, the amount cuts in half.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = a*0.5^(x/H) \n" ); document.write( "0.18 = 2*0.5^(x/5730) \n" ); document.write( "0.5^(x/5730) = 0.18/2 \n" ); document.write( "0.5^(x/5730) = 0.09 \n" ); document.write( "log( 0.5^(x/5730) ) = log(0.09) \n" ); document.write( "(x/5730)*log(0.5) = log(0.09) \n" ); document.write( "x/5730 = log(0.09)/log(0.5) \n" ); document.write( "x = 5730*log(0.09)/log(0.5) \n" ); document.write( "x = 19,905.6257091448 \n" ); document.write( "x = 19,906 \n" ); document.write( "This isn't too far from the 19,417 value calculated earlier. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "On the scale of tens of thousands of years, a few hundred years isn't that much of a difference \n" ); document.write( "19906-19417 = 488 \n" ); document.write( "489/19906 = 0.0246 = 2.46% error approximately \n" ); document.write( "Though of course the level of precision will depend on what context you're in. If you're casually talking to a friend, then you don't need that much precision. For scientific papers, then you'll definitely need more accuracy.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Here's a calculator to help check your work \n" ); document.write( "https://www.omnicalculator.com/chemistry/carbon-dating \n" ); document.write( "In this case there's 0.18/2 = 0.09 = 9% of the carbon 14 left \n" ); document.write( "The calculator will produce the result of 19,906 \n" ); document.write( "This result is approximate due to the fact that the half-life 5730 was approximate. \n" ); document.write( " \n" ); document.write( " |