document.write( "Question 1057094: It took a plane 2 hours to go from Dallas to NY with the head wind and 1.5 hours to get back with the tail wind. If the speed of the wind was 30 mph, how far apart are two cities?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #672285 by jorel555(1290) ![]() You can put this solution on YOUR website! Let a equal the airspeed of the plane in still air; and d be the distance between the two cities. Then: \n" ); document.write( "d/a+30=1.5 \n" ); document.write( "d=1.5a+45 \n" ); document.write( "and \n" ); document.write( "d/a-30=2 \n" ); document.write( "d=2a-60 \n" ); document.write( "So \n" ); document.write( "2a-60=1.5a+45 \n" ); document.write( ".5a=105 \n" ); document.write( "a=210 \n" ); document.write( "d/210-30=2 \n" ); document.write( "d=360 \n" ); document.write( "The distance between the two cities is 360 miles. ☺☺☺☺ \n" ); document.write( " |