document.write( "Question 225739: 2 Jets fly in opposite directions, one at 250mph and the other at 500mph. How far apart are they after 35 minutes?\r
\n" ); document.write( "\n" ); document.write( "I figured that the one at 250 flies at 4.1666 miles per minute, (so 145.8333 at 35 minutes) and the one at 500 is 8.3333 per minute (so 291.6666 at 35 minutes) - so add the two together to get about 437.5 miles apart....\r
\n" ); document.write( "\n" ); document.write( "But my program is telling me that the answer is 291 miles apart. Am I thinking about this wrongly? Or is my program wrong?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #168329 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
2 Jets fly in opposite directions, one at 250mph and the other at 500mph.
\n" ); document.write( " How far apart are they after 35 minutes?
\n" ); document.write( ":
\n" ); document.write( "You check this using relative speed, 250 + 500 = 750
\n" ); document.write( "Dist = speed * time
\n" ); document.write( ":
\n" ); document.write( "750 * \"35%2F60\" = 437.5 mi which what you got
\n" ); document.write( "
\n" );