document.write( "Question 850755: Two planes are 760 mi apart, leave at the same time, fly toward each other, and meet in 4 hrs. If their speeds differ by 20 mi/hrs, find the speed of each plane. \n" ); document.write( "
Algebra.Com's Answer #512840 by tommyt3rd(5050)\"\" \"About 
You can put this solution on YOUR website!
d=v*t;
\n" ); document.write( "d=760;
\n" ); document.write( "v=v1+(v1+20);
\n" ); document.write( "t=4;
\n" ); document.write( "do some algebra...
\n" ); document.write( "thus v1=85.\r
\n" ); document.write( "\n" ); document.write( "Speeds are 85mph and 105mph
\n" ); document.write( "
\n" );