document.write( "Question 491602: Two cars are 525 miles apart. They start at the same time and travel toward each other. One travels at a rate of 55mph and the other at a rate of 50mph. In how many hours will they meet? \n" ); document.write( "
Algebra.Com's Answer #334695 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The standard distance equation is d=rt, where d=distance, r=rate, t=time. \n" ); document.write( "d = 525 \n" ); document.write( "The cars are approaching each other, so they are closing the gap at the sum of their rates: \n" ); document.write( "r = 50+55 = 105 \n" ); document.write( ". \n" ); document.write( "525 = 105*t \n" ); document.write( "So, \n" ); document.write( "t = 5 \n" ); document.write( ". \n" ); document.write( "Checking. \n" ); document.write( ". \n" ); document.write( "distance traveled at 50 mph = 50*5 = 250 miles \n" ); document.write( "distance traveled at 55 mpg = 55*5 = 275 miles \n" ); document.write( "total distance traveled = 525 miles. \n" ); document.write( ". \n" ); document.write( "So, they will meet in 5 hours. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " \n" ); document.write( " |