document.write( "Question 145749: Maria lights two candles of equal length at the same time. One candle takes six hours to burn out and the other takes nine. How much time will pass until the slower-burning candle is exactly twice as long as the faster-burning one? \n" ); document.write( "
Algebra.Com's Answer #106375 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Let L=length of each candle \n" ); document.write( "And Let T=time(in hours) that will pass until the slow burning candle is exactly twice as long as the fast burning one\r \n" ); document.write( "\n" ); document.write( "The fast burning candle burns at the rate of (1/6)L per hour\r \n" ); document.write( "\n" ); document.write( "And the slow burning candle burns at the rate of (1/9)L per hour\r \n" ); document.write( "\n" ); document.write( "Now, after T hours the slow burning candle is L-(1/9)L*T long \n" ); document.write( "And the fast burning candle is L-(1/6)L*T long\r \n" ); document.write( "\n" ); document.write( "We are told that the slow burning candle is now twice as long as the fast burning candle, so our equation to solve is: \n" ); document.write( "L-(1/9)L*T=2(L-(1/6)L*T)) simplify\r \n" ); document.write( "\n" ); document.write( "L-(1/9)L*T=2L-(2/6)L*T divide each term by L \n" ); document.write( "1-(1/9)T=2-(2/6)T subtract 1 from and add (2/6)T to each side \n" ); document.write( "1-1-(1/9)T+(2/6)T=2-1-(2/6)T+(2/6)T \n" ); document.write( "-(2/18)T+(6/18)T=1 \n" ); document.write( "(4/18)T=1 multiply each side by 18\r \n" ); document.write( "\n" ); document.write( "4T=18 divide each side by 4 \n" ); document.write( "T=4.5 hrs ----------------------time needed for slow burning candle to be exactly twice as long as the fast burning candle\r \n" ); document.write( "\n" ); document.write( "CK\r \n" ); document.write( "\n" ); document.write( "In 4.5 hours the slow burning candle is (L-(1/9)*4.5L)=(L-0.5L) units long \n" ); document.write( "In 4.5 hours the fast burning candle is (L-(1/6)*4.5L)+(L-0.75L) units long\r \n" ); document.write( "\n" ); document.write( "And we are told that: \n" ); document.write( "(L-0.5L)=2(L-0.75L) or \n" ); document.write( "0.5L=2(0.25)L \n" ); document.write( "0.5L=0.5L\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps---ptaylor \n" ); document.write( " |