document.write( "Question 1010138: Morgan and Autumn start out 58.8 miles apart. They begin riding their bicycles toward each other with Morgan riding four mph faster than Autumn. If they meet in three hours, how fast was each person riding? \n" ); document.write( "
| Algebra.Com's Answer #626395 by fractalier(6550)     You can put this solution on YOUR website! Call Autumn's rate, r. Then Morgan's rate is r+4. \n" ); document.write( "Now rate times time equals distance, so we have \n" ); document.write( "3r + 3(r+4) = 58.8 miles \n" ); document.write( "3r + 3r + 12 = 58.8 \n" ); document.write( "6r + 12 = 58.8 \n" ); document.write( "6r = 46.8 \n" ); document.write( "r = 7.8 mph \n" ); document.write( "r+4 = 11.8 mph \n" ); document.write( " |