document.write( "Question 1035389: Mr. Fields spent 6 hours hiking along a trail and back. He walked out at the rate of 4 miles per hour and walked back at the rate of 2 miles per hour. how far along the trail did he go \n" ); document.write( "
Algebra.Com's Answer #650067 by jorel555(1290) ![]() You can put this solution on YOUR website! Let x be the distance walked back and forth; then: \n" ); document.write( "x/4+x/2=6 \n" ); document.write( "x+2x=24 \n" ); document.write( "3x=24 \n" ); document.write( "x=8 \n" ); document.write( "The distance was 8 miles, back and forth. \n" ); document.write( "Checking: \n" ); document.write( "8/4+8/2=2+4=6 hours walking time!!!!!!! \n" ); document.write( " |