document.write( "Question 548654: A car started from Phoenix toward Los Angeles at the rate of 50 mi/h. A second car left from the same place 1 h later and drove along the same route at 65 mi/h. How long did it take the second car to overtake the first?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #358442 by mathstutor458(57)![]() ![]() ![]() You can put this solution on YOUR website! let the time is 't' \n" ); document.write( "A car started from Phoenix toward Los Angeles at the rate of 50 mi/h. \n" ); document.write( "A second car left from the same place 1 h later and drove along the same route at 65 mi/h.\r \n" ); document.write( "\n" ); document.write( "distance travelled by both cars at overtaking point is same. \n" ); document.write( "Therefore, 50(t+1) = 65t \n" ); document.write( " =>50t+50 = 65t \n" ); document.write( " =>15t = 50 =>t = 50/15 =3.33hrs \n" ); document.write( " |