document.write( "Question 264398: Two hikers started from opposite ends of a 29-mile trail. One hiker walked 1.25 mph slower than the other hiker, and they met after 4 hours. How fast did each hiker walk? \n" ); document.write( "
Algebra.Com's Answer #854002 by ikleyn(53742) You can put this solution on YOUR website! . \n" ); document.write( "Two hikers started from opposite ends of a 29-mile trail. One hiker walked 1.25 mph slower than the other hiker, \n" ); document.write( "and they met after 4 hours. How fast did each hiker walk? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " The solution and the answer in the post by @mananth both are incorrect.\r \n" ); document.write( "\n" ); document.write( " The fact that his answer values are incorrect, everybody can check manually.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " Below is my correct solution.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Let x be the rate of the slower hiker, in miles per hour. \n" ); document.write( "Then the rate of the faster hiker is (x+1.25) miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Write the total distance equation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " 4x + 4*(x+1.25) = 29 miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Simplify and find x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " 4x + 4x + 4*1.25 = 29,\r \n" ); document.write( "\n" ); document.write( " 8x + 5 = 29, ---> 8x = 29 - 5 = 24, ---> x = 24/8 = 3.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "ANSWER. The slower hiker rate is 3 mph; the faster hiker rate is 3+1.25 = 4.25 mph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "CHECK. 4*(3 + 4.25) = 4*7.25 = 29 miles, the total distance. ! correct ! \n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved correctly.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |