document.write( "Question 428032: A pilot flies 500 miles against a
\n" );
document.write( "20-mile-per-hour wind. On the next day, the pilot
\n" );
document.write( "flies back home with a 10-mile-per-hour tail wind.
\n" );
document.write( "The total trip (both ways) takes 4 hours. Find the
\n" );
document.write( "speed of the airplane without a wind. \n" );
document.write( "
Algebra.Com's Answer #297574 by mananth(16946)![]() ![]() You can put this solution on YOUR website! plane speed in still air x \n" ); document.write( "wind speed 20 \n" ); document.write( " \n" ); document.write( "against wind x- 10 \n" ); document.write( "with wind x+10 \n" ); document.write( " \n" ); document.write( "Distance= 500 miles \n" ); document.write( " \n" ); document.write( "Time agianst + time with wind =4 hours \n" ); document.write( "t=d/r \n" ); document.write( "500/(x+20)+500/(x-20)= 4 \n" ); document.write( "LCD = (x-20)(x +20) \n" ); document.write( "500*(x-20)+500(x+20)=4 \n" ); document.write( "500x-10000+500x+10000=4x ^2-400 \n" ); document.write( "1000x=4x ^2-400 \n" ); document.write( "4x^2-1000x-400=0 \n" ); document.write( "Find the roots of the equation by quadratic formula \n" ); document.write( "a= 4 b= -1000 c= -400 \n" ); document.write( "b^2-4ac= 1000000 - 6400 \n" ); document.write( "b^2-4ac= 1006400 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "x1=(1000+1003.19 )/8 \n" ); document.write( "x1= 250.4 mph \n" ); document.write( "x2=(1000-1003.19) /8 \n" ); document.write( "x2=-0.4 \n" ); document.write( "Ignore negative value \n" ); document.write( "250.4 mph =speed in still air \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |