document.write( "Question 78762: Speed of an airplane in still air is 255 km/h. plane travels 675km against wind and 1449 km with the wind in a total of 10 hr. What is the speed of the wind? \n" ); document.write( "
Algebra.Com's Answer #56523 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Speed of an airplane in still air is 255 km/h. Plane travels 675 km against wind and 1449 km with the wind in a total of 10 hr. What is the speed of the wind? \n" ); document.write( ": \n" ); document.write( "Let x = speed of the wind \n" ); document.write( ": \n" ); document.write( "Speed with the wind = (255+x) \n" ); document.write( "Speed against the wind = (255-x) \n" ); document.write( ": \n" ); document.write( "Time = dist/speed \n" ); document.write( ": \n" ); document.write( "Time against the wind + Time with the wind = 10 hrs \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "Multiply equation by (255-x)(255+x) and you have: \n" ); document.write( "675(255+x) + 1449(255-x) = 10(255+x)(255-x) \n" ); document.write( ": \n" ); document.write( "172125 + 675x + 369495 - 1449x = 10(65025 - x^2) \n" ); document.write( ": \n" ); document.write( "541620 - 774x = 650250 - 10x^2 \n" ); document.write( ": \n" ); document.write( "10x^2 - 774x + 541620 - 650250 = 0; all terms on the left \n" ); document.write( ": \n" ); document.write( "10x^2 - 774x - 108630 = 0: a quadratic equation \n" ); document.write( ": \n" ); document.write( "Simplify, divide equation by 2: \n" ); document.write( "5x^2 - 387x - 54315 = 0 \n" ); document.write( ": \n" ); document.write( "Use the quadratic formula: a=5, b=-387, c=-54315 \n" ); document.write( ": \n" ); document.write( "The positive solution: x = 149.47, call it 149.5 mph is the wind speed \n" ); document.write( ": \n" ); document.write( "Check on a calculator the times with and against the wind: \n" ); document.write( "675/(255-149.5) = 6.4 hrs \n" ); document.write( "1489/(255+149.5)= 3.7 hrs \n" ); document.write( "------------------------- \n" ); document.write( "Total times = 10.1 ~ 10 hrs as given \n" ); document.write( " |