document.write( "Question 511645: jeff starts driving at 60 mph from the same point that lauren starts driving 50 mph. they drive in opposite directions and lauren has a half an hour head start. how long will jeff drive before they are 300 miles apart
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #342333 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! d = rt is the basic distance equation. \n" ); document.write( ". \n" ); document.write( "Lauren's d = 50*t \n" ); document.write( ". \n" ); document.write( "Jeff's d1 = 60(t - 1/2) \n" ); document.write( ". \n" ); document.write( "d + d1 = 300 \n" ); document.write( ". \n" ); document.write( "50t + 60t - 30 = 300 \n" ); document.write( "110t = 330 \n" ); document.write( "t = 3 hr \n" ); document.write( ". \n" ); document.write( "Check to ensure the distance is 300 miles. \n" ); document.write( ". \n" ); document.write( "Lauren drives 3 hr @ 50 mph = 150 miles. \n" ); document.write( ". \n" ); document.write( "Jeff drives 2.5 hr @ 60 mph = 150 miles. \n" ); document.write( ". \n" ); document.write( "OK. \n" ); document.write( ". \n" ); document.write( "Answer: Jeff will have driven for 2 1/2 hrs when then are 300 miles apart. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |