document.write( "Question 259861: Towns A and B are 300km apart. A man travels from A to B at a speed of 120km/h and a woman travels from B to A at a speed of 80km/h. The woman begins her journey 15 minutes after the man does. How far away from B will they meet? \r
\n" );
document.write( "\n" );
document.write( ": Let d = distance traveled by the woman (from town B) Then (300-d) = distance traveled by the man (from town A)
\n" );
document.write( ": Change 15 min to .25 hrs
\n" );
document.write( ": Write a time equation: Time = dist/speed
\n" );
document.write( "Man's travel time = woman's travel time + 15 min (.25 hr)
\n" );
document.write( "300-d/120 = d/80 + 1/4
\n" );
document.write( " -5d=-540 thereore d=108.
\n" );
document.write( "They will meet 108km away from B Is that correct?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #191334 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! That is correct, way to go! \n" ); document.write( " |