document.write( "Question 390724: Please help me solve the following word problem:\r
\n" );
document.write( "\n" );
document.write( "At 7:00 a.m. a plane left Houston for Detroit, 1750 miles away, flying at 400 mph. At 8:30 a.m. a plane left Detroit for Houston at 500 mph. At what time did they pass each other?\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Thanks,
\n" );
document.write( "Alison \n" );
document.write( "
Algebra.Com's Answer #277097 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! At 7:00 a.m. a plane left Houston for Detroit, 1750 miles away, flying at 400 mph. \n" ); document.write( "At 8:30 a.m. a plane left Detroit for Houston at 500 mph. \n" ); document.write( " At what time did they pass each other? \n" ); document.write( ": \n" ); document.write( "Let t = travel time of the Detroit plane \n" ); document.write( "then \n" ); document.write( "(t+1.5) = travel time of the Houston plane \n" ); document.write( ": \n" ); document.write( "When they meet, their travel distances will total 1750 mi \n" ); document.write( "Write a distance equation; dist = speed/time \n" ); document.write( ": \n" ); document.write( "400(t+1.5) + 500t = 1750 \n" ); document.write( "400t + 600 + 500t = 1750 \n" ); document.write( "400t + 500t = 1750 - 600 \n" ); document.write( "900t = 1150 \n" ); document.write( "t = \n" ); document.write( "t = 1.278 hrs which is: 1 + .278(60) ~ 1:17 (1 hr 17 min) \n" ); document.write( ": \n" ); document.write( "8:30 + 1:17 = 9:47 am; the time they meet \n" ); document.write( ": \n" ); document.write( "Check solution, find the distance of each \n" ); document.write( "400 * (1.278 + 1.5) = 1111.2 mi \n" ); document.write( "500 * 1.278 = 639 mi \n" ); document.write( "---------------------- \n" ); document.write( "total miles: 1750.2 mi close enough \n" ); document.write( " |