document.write( "Question 445118: A plane travels at a speed of 180 mph in still air. Flying with a tailwind, the plane is clocked over a distance of 875 miles. Flying against a headwind, it takes 1 hour more time to complete the return trip. What is the wind velocity? \n" ); document.write( "
Algebra.Com's Answer #306715 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A plane travels at a speed of 180 mph in still air. Flying with a tailwind, the plane is clocked over a distance of 875 miles. Flying against a headwind, it takes 1 hour more time to complete the return trip. What is the wind velocity? \n" ); document.write( "------------------- \n" ); document.write( "With-wind DATA: \n" ); document.write( "dist = 875 miles ; rate = 180+w mph ; time = 875/(180+w) hrs. \n" ); document.write( "--------------------- \n" ); document.write( "Against-wind DATA: \n" ); document.write( "dist = 875 miles ; rate = 180-w mph ; time = 875/(180-w) hrs \n" ); document.write( "-------------------- \n" ); document.write( "Equation: \n" ); document.write( "against time - with time = 1 hr \n" ); document.write( "--- \n" ); document.write( "875/(180-w) - 875/(180+w) = 1 \n" ); document.write( "--- \n" ); document.write( "875(180+w) - 875(180-w) = (180^2-w^2) \n" ); document.write( "----- \n" ); document.write( "875w+875w = 180^2-w^2 \n" ); document.write( "---- \n" ); document.write( "w^2 + 1750w - 180^2 = 0 \n" ); document.write( "----- \n" ); document.write( "w = 18.32245...(wind speed) \n" ); document.write( "============================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |