document.write( "Question 499527: Two people departed simultaneously in opposite directions. Later that day they were 18 km apart. If the faster hiker traveled 3 km more than the slower person, how far did the slower person travel? \n" ); document.write( "
Algebra.Com's Answer #337772 by oberobic(2304) ![]() You can put this solution on YOUR website! distance they are apart = 18 km \n" ); document.write( ". \n" ); document.write( "x = distance walked by the slower hiker \n" ); document.write( "x + 3 = distance walked by the faster hiker \n" ); document.write( ". \n" ); document.write( "x + (x+3) = 18 \n" ); document.write( ". \n" ); document.write( "2x +3 = 18 \n" ); document.write( "2x = 15 \n" ); document.write( "x = 7 1/2 \n" ); document.write( ". \n" ); document.write( "x+3 = 10 1/2 \n" ); document.write( ". \n" ); document.write( "So, the answer is: \n" ); document.write( "The slower hiker traveled 7 1/2 km, and the faster hiker traveled 10 1/2 km. \n" ); document.write( ". \n" ); document.write( "Done. \n" ); document.write( " |