document.write( "Question 1068309: There are 2 candles, one shorter than the other, which are lit at the same time.
\n" );
document.write( "After a while the longer one is 12cm in height while the other one is 5cm shorter than it's beginning lenght.
\n" );
document.write( "You know that the shorter candle burns half as fast as the longer one.
\n" );
document.write( "What's their lenght on the exact moment when they're both equal in lenght? \n" );
document.write( "
Algebra.Com's Answer #683553 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! There are 2 candles, one shorter than the other, which are lit at the same time. \n" ); document.write( "After a while the longer one is 12cm in height while the other one is 5cm shorter than it's beginning length. \n" ); document.write( "You know that the shorter candle burns half as fast as the longer one. \n" ); document.write( "What's their length on the exact moment when they're both equal in length? \n" ); document.write( ": \n" ); document.write( "let a = the original length of the longer candle \n" ); document.write( "let b = the original length of the other candle \n" ); document.write( ": \n" ); document.write( "We know b candle is 5cm shorter and burns half of fast as a, therefore \n" ); document.write( "While b burns 5 cm, then a burns 10 cm \n" ); document.write( ": \n" ); document.write( "a - 10 = b - 5 \n" ); document.write( "a = b - 5 + 10 \n" ); document.write( "a = b + 5 \n" ); document.write( "Given that a = 12 cm after burning away 10 cm \n" ); document.write( "a - 10 = 12 \n" ); document.write( "a = 22 cm is the original length of the longer candle \n" ); document.write( ": \n" ); document.write( "replace a with 22 in the first equation \n" ); document.write( "22 = b + 5 \n" ); document.write( "b = 22 - 5 \n" ); document.write( "b = 17 cm is the original length of the shorter candle \n" ); document.write( ": \n" ); document.write( "\"What's their length on the exact moment when they're both equal in length? \n" ); document.write( "22 - 10 = 17 - 5 \n" ); document.write( "12 cm when they are the same length \n" ); document.write( " \n" ); document.write( " |