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 #692183 by jorel1380(3719) 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( "So: \n" ); document.write( "ln 3-0.04332t=-0.03301t \n" ); document.write( "1.0986122886681096913952452369225=0.01031t \n" ); document.write( "t=106.55793 hours. ☺☺☺☺ \n" ); document.write( " |