document.write( "Question 815634: It took an airplane 2hours to fly 600mi against a headwind. The return trip with the wind took 1 2/3hours. Find the speed of the plane with no wind and the windspeed.
\n" );
document.write( "The speed of the plane is mph.
\n" );
document.write( "Windspeed mph.
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #491129 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! s = d / t \n" ); document.write( "--- \n" ); document.write( "(a - w) = 600 / 2 \n" ); document.write( "a - w = 300 \n" ); document.write( "a = 300 + w \n" ); document.write( "--- \n" ); document.write( "(a + w) = 600 / (1+(2/3)) \n" ); document.write( "(a + w) = 600 / ((3/3)+(2/3)) \n" ); document.write( "(a + w) = 600 / (5/3) \n" ); document.write( "a + w = 360 \n" ); document.write( "--- \n" ); document.write( "a + w = 360 \n" ); document.write( "300 + w + w = 360 \n" ); document.write( "2w = 60 \n" ); document.write( "--- \n" ); document.write( "w = 30 mph \n" ); document.write( "a = 330 mph \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |