document.write( "Question 1141378: A commercial airliner can travel 750 miles in the same amount of time that it takes a private plane to travel 300 miles. The speed of the airliner is 60 mph more than twice the speed of the private plane. Find the speed of each aircraft.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #761929 by josgarithmetic(39630)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "            SPEED       TIME               DISTANCE\r\n" );
document.write( "\r\n" );
document.write( "jet         2r+60      750/(2r+60)          750\r\n" );
document.write( "\r\n" );
document.write( "plane         r          300/r              300\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Given \"same amount of time\",\r
\n" ); document.write( "\n" ); document.write( "\"750%2F%282r%2B60%29=300%2Fr\"\r
\n" ); document.write( "\n" ); document.write( "Solve for r and evaluate 2r+60.
\n" ); document.write( "
\n" );