document.write( "Question 972392: Two people start traveling towards each other from 950 miles apart. One is traveling at 30 mph and the other at 40 mph. How many hours elapse before they meet? \n" ); document.write( "
Algebra.Com's Answer #594727 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let them meet after a time 't' hours. \n" ); document.write( "Distance covered by one person=speed*time=30t \n" ); document.write( "Distance covered by second person=speed*time=40t \n" ); document.write( "We have 30t+40t=950 \n" ); document.write( "70t=950 \n" ); document.write( "t=95/7=13.57 hours=13 hours 34.2 minutes \n" ); document.write( "They meet after 13.57 hours. \n" ); document.write( " |