document.write( "Question 1117675: Matthew and Robert are driving towards each other
\n" );
document.write( " They are 625miles away from each other. Matthew is traveling 55mph and Robert is traveling 70mph. How many hours will it be until their paths cross? \n" );
document.write( "
Algebra.Com's Answer #732790 by Alan3354(69443) You can put this solution on YOUR website! Matthew and Robert are driving towards each other \n" ); document.write( " They are 625miles away from each other. Matthew is traveling 55mph and Robert is traveling 70mph. How many hours will it be until their paths cross? \n" ); document.write( "============= \n" ); document.write( "Speeds are added when going in opposite. \n" ); document.write( "---- \n" ); document.write( "d = r*t \n" ); document.write( "t = d/r \n" ); document.write( " \n" ); document.write( " |