document.write( "Question 1156788: Mortimer got into his car and drove away. Exactly 1 hour later, his wife Deborah began to chase after him. If Mortimer drove at 50 mph and Deborah drove along the same route at 75 mph, how many hours did it take her to catch him? \n" ); document.write( "
Algebra.Com's Answer #779550 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Mortimer got into his car and drove away.
\n" ); document.write( "Exactly 1 hour later, his wife Deborah began to chase after him.
\n" ); document.write( "If Mortimer drove at 50 mph and Deborah drove along the same route at 75 mph, how many hours did it take her to catch him?
\n" ); document.write( ":
\n" ); document.write( "let t = no. of hrs for D to catch M
\n" ); document.write( "When D catches M, they will have driven the same distance'
\n" ); document.write( "M drives 1 hr longer than D: (t+1)
\n" ); document.write( "Write a dist equation: dist = time * speed
\n" ); document.write( "D's dist = M's dist
\n" ); document.write( "75t = 50(t+1)
\n" ); document.write( "75t = 50t + 50
\n" ); document.write( "75t - 50t = 50
\n" ); document.write( "25t = 50
\n" ); document.write( "t = 50/25
\n" ); document.write( "t = 2 hrs for D to catch M
\n" ); document.write( ";
\n" ); document.write( ":
\n" ); document.write( "Confirm this, find the actual dist each drives
\n" ); document.write( "75(2) = 150 mi
\n" ); document.write( "50(2+1) = 150 mi
\n" ); document.write( "
\n" );