document.write( "Question 1195979: John starts driving at a constant rate of 55 mph. Two hours later Lauren starts driving at a constant rate of 62 mph. At what time and how many miles will they meet? Create a system of equations and use the equal value theorem to solve \n" ); document.write( "
Algebra.Com's Answer #828628 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "x = number of hours that John is driving \n" ); document.write( "x-2 = number of hours that Lauren is driving \n" ); document.write( "John has a 2 hour head start, so Lauren drives 2 fewer hours.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "John drives a distance of \n" ); document.write( "distance = rate*time \n" ); document.write( "d = r*t \n" ); document.write( "d = 55*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Lauren drives a distance of \n" ); document.write( "d = r*t \n" ); document.write( "d = 62*(x-2) \n" ); document.write( "d = 62x-124\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If we want the two drivers to meet up, then they must travel the same distance. \n" ); document.write( "This assumes they started at the same point. \n" ); document.write( "Equate the right hand sides and solve. \n" ); document.write( "55x = 62x - 124 \n" ); document.write( "55x-62x = -124 \n" ); document.write( "-7x = -124 \n" ); document.write( "x = -124/(-7) \n" ); document.write( "x = 17.7143 approximately\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "It takes about 17.7143 hours for the two drivers to meet.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let's compute the distance traveled for each driver.
\n" ); document.write( " \n" ); document.write( " |