document.write( "Question 1151925: A car traveling at 48 mph overtakes a cyclist who, riding at 12 mph, had a 3-hour head start. How far from the starting point does the car overtake the cyclist? \n" ); document.write( "
Algebra.Com's Answer #773797 by ikleyn(52788)\"\" \"About 
You can put this solution on YOUR website!
.
\n" ); document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Let d be the distance under the question.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The time spent by the car to overtake the cyclist is  \"d%2F48\" hours, starting from the car' start.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "The time spent by the cyclist is  \"%28d-3%2A12%29%2F12\"  hours.\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Both times are the same\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    \"d%2F48\" = \"%28d-36%29%2F12\"\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "    d = 4*(d-36)\r\n" );
document.write( "\r\n" );
document.write( "    d = 4d - 144\r\n" );
document.write( "\r\n" );
document.write( "    144 = 4d - d\r\n" );
document.write( "\r\n" );
document.write( "    144 = 3d\r\n" );
document.write( "\r\n" );
document.write( "    d   = 144/3 = 48 miles.    ANSWER\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solved.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );