document.write( "Question 189995: Two planes leave Chicago - one traveling due east and the other due west. The first travels 100 miles per hour faster than the second. How long will it be until they are 2000 miles apart? \n" ); document.write( "
Algebra.Com's Answer #142604 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The planes are flying away from eachother at the speed
\n" ); document.write( "of both added together
\n" ); document.write( "Let \"s\"= the speed of the one going west
\n" ); document.write( "The one going east will have speed = \"s+%2B+100\"
\n" ); document.write( "\"d+=+s%2At\"
\n" ); document.write( "\"2000+=+%28s+%2B+s+%2B+100%29%2At\"
\n" ); document.write( "\"t+=+2000%2F%282s+%2B+100%29\" hrs
\n" ); document.write( "
\n" );