document.write( "Question 808635: Two hikers started walking at noon, the first from location A to location B, the second from location B to location A along the same path. Each walked at a constant speed. They met at 3:00 pm. The first hiker arrived at location B 2.5 hours before the second hiker arrived at location A. When did the second hiker get to location A? \n" ); document.write( "
Algebra.Com's Answer #487124 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! r*t=d \n" ); document.write( "x+y=z, \n" ); document.write( "s*3=y, \n" ); document.write( "r*3=x, \n" ); document.write( "s*(t-2.5)=z, \n" ); document.write( "r*t=z \n" ); document.write( "t=7.5 \n" ); document.write( "7:30 pm \n" ); document.write( " |