SOLUTION: Suppose that the wind is blowing at approximately 18 miles per hour. You want to make a round-trip flight (on the same day) of 1,295 miles (in each direction). Flying against the
Algebra ->
Rational-functions
-> SOLUTION: Suppose that the wind is blowing at approximately 18 miles per hour. You want to make a round-trip flight (on the same day) of 1,295 miles (in each direction). Flying against the
Log On
Question 1059922: Suppose that the wind is blowing at approximately 18 miles per hour. You want to make a round-trip flight (on the same day) of 1,295 miles (in each direction). Flying against the wind, the trip takes about 11 minutes longer than flying with the wind. Find the speed of your plane in still air, and determine how long each leg of the flight actually takes. Found 3 solutions by josgarithmetic, ikleyn, stanbon:Answer by josgarithmetic(39620) (Show Source):
You can put this solution on YOUR website! .
Suppose that the wind is blowing at approximately 18 miles per hour. You want to make a round-trip flight (on the same day) of 1,295 miles
(in each direction). Flying against the wind, the trip takes about 11 minutes longer than flying with the wind.
Find the speed of your plane in still air, and determine how long each leg of the flight actually takes.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Let "u" be the speed of the plane in still air, in miles per hour (the correct term is "airspeed").
Then the speed of the plane with the wind is (u+18) mph,
while the speed of the plane against the wind is (u-18) mph.
The time spent for the flight against the wind is hours.
The time spent for the flight with the wind is hours.
The difference of the two times is 11 minutes = hour.
It gives you an equation
- = .
To solve it, multiply the both sides of the equation by 60*(u-18)*(u+18).
You will get a quadratic equation for "u".
From this point please complete the assignment on your own.
It is a typical "tailwind and headwind round trip" word problem.
The way I described here is the standard way for solving such problems.
You can put this solution on YOUR website! Suppose that the wind is blowing at approximately 18 miles per hour. You want to make a round-trip flight (on the same day) of 1,295 miles (in each direction). Flying against the wind, the trip takes about 11 minutes longer than flying with the wind. Find the speed of your plane in still air, and determine how long each leg of the flight actually takes.
-----
With the wind DATA:
dist = 1295 miles ; rate = p + 18 mph ; time = 1295/(p+18) hrs
---------------
Against the wind DATA:
dist = 1295 miles ; rate p-18 mph ; time = 1295/(p-18) hrs
----------------------
Equation:
against wind - with wind = 11 min
---------------------------------
1295/(p-18) - 1295/(p+18) = 11/60
------------------------
60*1295(p+18) - 60*1295(p-18) = 11(p^2-18^2)
--------------------------------------------------
2*60*1295*18 = 11p^2 - 11*18^2
-----
etc.
----
Cheers,
Stan H.
------------