document.write( "Question 260463: My brother and I walk the same route to school every day. My brother takes 40 minutes to get to school and it takes me 30 minutes. Today, my brother left 8 minutes before I did. How long will it take me to catch up with him? \n" ); document.write( "
Algebra.Com's Answer #191850 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
This is an RTD problem. Here is a table based on the given information:
\n" ); document.write( "brothers . . . . . . . . rate . . . . . . . . . .time . . . . . . . . . .distance
\n" ); document.write( "brother . . . . . . . . . .D/40 . . . . . . . .. .T+8 . . . . . . . . . . . .D
\n" ); document.write( "me . . . . . . . . . . . . . D/30. . . . . . . . . .T . . . . . . . . . . . . . .D
\n" ); document.write( "you want to catch up to brother, so the distances must be equal.
\n" ); document.write( "(i) \"%28D%2F40%29%2A%28T%2B+8%29+=+%28D%2F30%29%2AT\"
\n" ); document.write( "cross multiply to get
\n" ); document.write( "(ii) \"30%2AD%2A%28T%2B8%29+=+40DT\"
\n" ); document.write( "simplify to get
\n" ); document.write( "(iii) \"30DT+%2B+240D+=+40DT\"
\n" ); document.write( "subtracting, we get
\n" ); document.write( " (iv) \"240D+=+10DT\"
\n" ); document.write( "divide by 10D to get
\n" ); document.write( "(v) \"24+=+T\"
\n" ); document.write( "You will catch up after 24 minutes.
\n" ); document.write( "
\n" );