document.write( "Question 873579: Towns A and B are 300km apart. A man travels from A to B at a speed of 120km/h and a women travels from B to A at a speed of 80km/h. The women begins her journey 15 minutes after the man does. How far away from B will they meet? \n" ); document.write( "
Algebra.Com's Answer #526954 by lwsshak3(11628) ![]() You can put this solution on YOUR website! Towns A and B are 300km apart. A man travels from A to B at a speed of 120km/h and a women travels from B to A at a speed of 80km/h. The women begins her journey 15 minutes after the man does. How far away from B will they meet? \n" ); document.write( "*** \n" ); document.write( "let x=travel time of woman \n" ); document.write( "x+.25=travel time of man \n" ); document.write( "15 min=.25 hr \n" ); document.write( "distance=speed*travel time \n" ); document.write( ".. \n" ); document.write( "80x+120(x-.25)=300 \n" ); document.write( "80x+120x-30=300 \n" ); document.write( "200x=330 \n" ); document.write( "x=1.65 hrs \n" ); document.write( "1.65*80=132 km \n" ); document.write( "How far away from B will they meet? 132 km \n" ); document.write( " \n" ); document.write( " |