document.write( "Question 1033432: Tom and John are speed skaters. Tom skates at a rate of 44 ft/sec and John skates at a rate of 50 ft/sec. If John is 120 ft behind of Tom when they start speed skating, how long will it take John to catch up to Tom? \n" ); document.write( "
| Algebra.Com's Answer #648055 by jorel555(1290)      You can put this solution on YOUR website! Let t= time between them; then \n" ); document.write( "44t+120=50t \n" ); document.write( "6t=120 \n" ); document.write( "t=6 seconds before John catches up to Tom!!!!!! \n" ); document.write( " |