document.write( "Question 461177: Rwo hikers walking in opposite directions start from camp at the same time. The average rate of the westbound hiker is 2 km/hr more than the rate of the eastbound hiker. If they are 15 km apart after 1,5 hr, what is the rate of each hiker. \n" ); document.write( "
Algebra.Com's Answer #316857 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Two hikers walking in opposite directions start from camp at the same time. The average rate of the westbound hiker is 2 km/hr more than the rate of the eastbound hiker. If they are 15 km apart after 1,5 hr, what is the rate of each hiker \n" ); document.write( ".. \n" ); document.write( "let x=rate of eastbound hiker \n" ); document.write( "x+2=rate of westbound hiker \n" ); document.write( "distance=rate*travel time \n" ); document.write( "1.5x+1.5(x+2)=15 \n" ); document.write( "1.5x+1.5x+3=15 \n" ); document.write( "3x=12 \n" ); document.write( "x=4 \n" ); document.write( "ans: \n" ); document.write( "rate of eastbound hiker=4 km/hr \n" ); document.write( "rate of westbound hiker=6 km/hr \n" ); document.write( " |