document.write( "Question 1123723: A pair of hikers, 18 miles apart, begin at the same time to hike toward each pther. , and if they meet 2 hours later, how fast is each one walking? \n" ); document.write( "
Algebra.Com's Answer #740087 by Theo(13342)![]() ![]() You can put this solution on YOUR website! rate * time = distance.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the first hiker:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "time = 2 \n" ); document.write( "distance = d \n" ); document.write( "rate = x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "for the second hiker:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "time = 2 \n" ); document.write( "distance = 18 - d \n" ); document.write( "rate = x + 1\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rate * time = distance for the first hiker becomes 2x = d\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "rate * time = distance for the second hiker becomes 2(x + 1) = 18 - d\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "since 2x = d from the first equation, replace d in the second equation with 2x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x + 1) = 18 - 2x \n" ); document.write( "simplify to get 2x + 2 = 18 - 2x \n" ); document.write( "subtract 2 from both sides of this equation and add 2x to both sides of this equation to get 4x = 16 \n" ); document.write( "solve for x to get x = 16/4 = 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first hiker travels at 4 miles per hour. \n" ); document.write( "the second hiker travels at 5 miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "in 2 hours, the first hiker has traveled 8 miles. \n" ); document.write( "in 2 hours, the second hiker has traveled 10 miles.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "they meet at the 8 mile mark from the first hiker, which is the same as the 10 mile mark from the second hiker.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the question was how fast is each walking.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the first hiker walks at 4 miles per hour. \n" ); document.write( "the second hiker walks at 5 miles per hour.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that's your solution. \n" ); document.write( " \n" ); document.write( " |