document.write( "Question 1030810: A plane has a cruising speed of
\n" );
document.write( "250
\n" );
document.write( " miles per hour when there is no wind. At this speed, the plane flew
\n" );
document.write( "300
\n" );
document.write( " miles with the wind in the same amount of time it flew
\n" );
document.write( "200
\n" );
document.write( " miles against the wind. Find the speed of the wind.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648364 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let x be the speed of the wind: \n" ); document.write( "250+x/300=250-x/200 \n" ); document.write( "50000+200x=75000-300x \n" ); document.write( "500x=25000 \n" ); document.write( "x=50; \n" ); document.write( "300/300=200/200 \n" ); document.write( "1=1 \n" ); document.write( "Thus, the speed of the wind is 50 mph!!!!!!! \n" ); document.write( " |