document.write( "Question 288775: Sandy leaves a town traveling in her car at a rate of 45 miles per hour. One hour later, Monica leaves the same town traveling the same route at a rate of 50 miles per hour. How long will it take monica to overtake sandy? \n" ); document.write( "
| Algebra.Com's Answer #209270 by richwmiller(17219)     You can put this solution on YOUR website! In the hour head start Sandy went 45 miles. \n" ); document.write( "Monica will be gaining 5 miles an hour \n" ); document.write( "45/5=9 \n" ); document.write( "It will take Monica 9 hours without her cell phone to catch up to Sandy. \n" ); document.write( "45*(t+1)=50t \n" ); document.write( "45t+45=50t \n" ); document.write( "45=5t \n" ); document.write( "45/5=t \n" ); document.write( "9=t \n" ); document.write( " \n" ); document.write( " |