document.write( "Question 116130: Two hikers are 11 miles apart and walking toward each other. They meet in 2 hours. Find the rate of each hiker is one hiker walks 1.1 mph faster than the other. I thought i knew how to do this, using the D=r*t formula...but I was getting the wrong answer, so I must have something wrong. Thanks! \n" ); document.write( "
Algebra.Com's Answer #84422 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"rate of one hiker\", so x+1.1=\"rate of other hiker\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "combined, they cover 11 mi in 2 hr; so r*t+r*t=d\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "2(x)+2(x+1.1)=11 ___ 4x+2.2=11 \n" ); document.write( " |