document.write( "Question 1101690: Two towns A and B ate 42 km apart. A person starts from A,walks at 4 km/h towards B and meets another person coming from B towards A after 6 hours. Find the rate at which the second person is walking, if both persons start walking at the same time. \n" ); document.write( "
Algebra.Com's Answer #716302 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Let s = the speed of person B \n" ); document.write( "Since they are walking towards each other, their relative speed is 4 + s. \n" ); document.write( "At this relative speed, they cover a distance of 42 km in 6 hrs. \n" ); document.write( "Therefore 4 + s = 42/6 = 7 \n" ); document.write( "Thus s = 7 - 4 = 3 km/h \n" ); document.write( " |