document.write( "Question 894928: An aeroplane takes 30minutes longer to fly 300km against a wind blowing at a constant speed than when flying with the wind. The speed of the aeroplane is 250km/h when no wind is blowing\r
\n" );
document.write( "\n" );
document.write( "What's the speed of the wind.\r
\n" );
document.write( "\n" );
document.write( "Please help.\r
\n" );
document.write( "\n" );
document.write( "Thanks. \n" );
document.write( "
Algebra.Com's Answer #542516 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! An aeroplane takes 30minutes longer to fly 300km against a wind blowing at a constant speed than when flying with the wind. The speed of the aeroplane is 250km/h when no wind is blowing \n" ); document.write( "What's the speed of the wind. \n" ); document.write( "*** \n" ); document.write( "let c=speed of wind \n" ); document.write( "250+c=speed of plane with wind \n" ); document.write( "250-c=speed of plane against wind \n" ); document.write( "travel time=distance/speed \n" ); document.write( ".. \n" ); document.write( "300/(250-c)-300/(250+c)=1/2 \n" ); document.write( "lcd:(250-c)(250+c) \n" ); document.write( "300(250+c)-300(250-c)=(1/2)(250-c)(250+c) \n" ); document.write( "75000+300c-75000+300c=(1/2)(62500-c^2) \n" ); document.write( "600c==(1/2)(62500-c^2) \n" ); document.write( "1200c=62500-c^2 \n" ); document.write( "c^2+1200c-62500=0 \n" ); document.write( "(c+1250)(c-50)=0 \n" ); document.write( "c=-1245 (reject) \n" ); document.write( "or \n" ); document.write( "c=50 \n" ); document.write( "speed of the wind=50 km/hr \n" ); document.write( " |