document.write( "Question 1077705: Substances X and Y decompose at a rate proportional to the amount present.
\n" );
document.write( "Tests shows that substance X loses one half of its mass every 16 hours and
\n" );
document.write( "substance Y loses one half of its mass every 21 hours. At this moment there are
\n" );
document.write( "3.0 kg of X and 3.0 kg of Y. When will there be three times as much of Y remaining
\n" );
document.write( "as there is of X? \n" );
document.write( "
Algebra.Com's Answer #692176 by Boreal(15235) You can put this solution on YOUR website! half the mass lost in 16 hours is (1/2)=e^(-16k) \n" ); document.write( "-ln2=-16k \n" ); document.write( "k=ln2/16=0.04332 for X \n" ); document.write( "k=ln2/21=0.03301 for Y \n" ); document.write( "We want e^(-0.04332t)/e^(-0.03301t)=1/3 \n" ); document.write( "3e^(-0.04332t)=e^(-0.03301t) \n" ); document.write( "do ln both sides \n" ); document.write( "ln3-0.04332t=-0.03301t \n" ); document.write( "ln3=0.01031t \n" ); document.write( "t=106.56 hours \n" ); document.write( "In that time, X will have 3e^(-4.616)=0.02967 kg \n" ); document.write( "Y will have 3e^(-3.517)=0.0890 kg \n" ); document.write( "That ratio is 3.00 to 1. \n" ); document.write( " |