document.write( "Question 835335: A plane can fly 365 mph in still air. If it can fly 215 miles downwind in the same amount of time it can fly 150 miles upwind, find the velocity of the wind. \n" ); document.write( "
Algebra.Com's Answer #503435 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A plane can fly 365 mph in still air. If it can fly 215 miles downwind in the same amount of time it can fly 150 miles upwind, find the velocity of the wind. \n" ); document.write( "------ \n" ); document.write( "Downwind DATA: \n" ); document.write( "distance = 215 miles ; rate = 365+c ; time = d/r = 215/(365+c) hrs \n" ); document.write( "------------------- \n" ); document.write( "Upwind DATA:: \n" ); document.write( "distance = 150 miles ; rate = 365-c ; time = 150/(365-c) hrs \n" ); document.write( "-------------------- \n" ); document.write( "Equation: \n" ); document.write( "time up = time down \n" ); document.write( "150/(365-w) = 215/(365+w) \n" ); document.write( "-------- \n" ); document.write( "150(365+w) = 215(365-w) \n" ); document.write( "----- \n" ); document.write( "150*365 + 150w = 215*365 - 215w \n" ); document.write( "-------- \n" ); document.write( "365w = 65*365 \n" ); document.write( "---- \n" ); document.write( "wind = 65 mph \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |