document.write( "Question 814315: Wind Speed. Joe traveled against the wind in a small plane for 3 hours. The return trip with wind took 2.8 hours. Find the speed of the wind if the speed of the plane in still air is 180 mph. \n" ); document.write( "
Algebra.Com's Answer #490215 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! p = 180 \n" ); document.write( "--- \n" ); document.write( "s = d / t \n" ); document.write( "d = s * t \n" ); document.write( "--- \n" ); document.write( "d = (p - w) * 3 \n" ); document.write( "d = (p + w) * 2.8 \n" ); document.write( "--- \n" ); document.write( "3(p - w) = 2.8(p + w) \n" ); document.write( "3(180 - w) = 2.8(180 + w) \n" ); document.write( "540 - 3w = 504 + 2.8w \n" ); document.write( "36 = 5.8w \n" ); document.write( "w = 6.2068966 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "w = 6.2 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( " |