document.write( "Question 223555: A younger brother left his house on foot. Six minutes later his older brother followed him on a bicycle. If the younger brother is going 50 meters a minute and the older brother is going 200 meters a minute, how many minutes will it take for the older brother to catch up to the younger brother? Can you please explain how to solve this problem using a linear equation? \n" ); document.write( "
Algebra.Com's Answer #167173 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A younger brother left his house on foot. \n" ); document.write( ": \n" ); document.write( " Six minutes later his older brother followed him on a bicycle. \n" ); document.write( ": \n" ); document.write( " If the younger brother is going 50 meters a minute and the older brother is \n" ); document.write( "going 200 meters a minute, how many minutes will it take for the older brother \n" ); document.write( " to catch up to the younger brother? \n" ); document.write( ": \n" ); document.write( " Can you please explain how to solve this problem using a linear equation \n" ); document.write( ": \n" ); document.write( "Let t = time for older brother to catch up \n" ); document.write( "then \n" ); document.write( "(t+6) = time for the younger brother to be caught (he started 6 min sooner) \n" ); document.write( ": \n" ); document.write( "When this happens they both will have traveled the same distance \n" ); document.write( "write a distance equation: dist = speed * time \n" ); document.write( ": \n" ); document.write( "older's dist = younger's dist \n" ); document.write( "200t = 50(t+6) \n" ); document.write( "200t = 50t + 300 \n" ); document.write( "200t - 50t = 300 \n" ); document.write( "150t = 300 \n" ); document.write( "t = \n" ); document.write( "t = 2 min \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution by finding the distance of each \n" ); document.write( "200*2 = 400 m \n" ); document.write( "50*(2+6) = 400 m \n" ); document.write( " |