SOLUTION: How do I solve using a system of two equations in two variables? When a plane flies into the wind, it can travel 3000km in 6 hours. When it flies with the wind, it can travel th

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: How do I solve using a system of two equations in two variables? When a plane flies into the wind, it can travel 3000km in 6 hours. When it flies with the wind, it can travel th      Log On


   



Question 141075This question is from textbook Prentice Hall Algebra 1
: How do I solve using a system of two equations in two variables?
When a plane flies into the wind, it can travel 3000km in 6 hours. When it flies with the wind, it can travel the same distance in 5 hours. Find the rate of the plane in still air and the rate of the wind.
This question is from textbook Prentice Hall Algebra 1

Found 3 solutions by stanbon, vleith, scott8148:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
When a plane flies into the wind, it can travel 3000km in 6 hours. When it flies with the wind, it can travel the same distance in 5 hours. Find the rate of the plane in still air and the rate of the wind.
-------------------------------
Let plane in still air rate be "s" and wind rate be "w".
------------------------
EQUATIONS:
Against the wind : s - w = 3000/6 = 500
With the wind : s + w = 3000/5 = 600
------------------------------------
Add the two equations to solve for "s":
2s = 1100
s = 550 mph (plane speed is still wind)
550 + w = 600
w = 50 mph (wind speed)
===========================
Cheers,
Stan H.

Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
See the solution I gave for this problem --> http://www.algebra.com/algebra/homework/quadratic/Quadratic_Equations.faq.question.137499.html

Then look at your problem and find out what two equations you can make to describe what you are given.
We know the distance is the same going both ways.
Let s be the speed of the plane and w be the wind.
Then D = velocity * time.
3000 = (s-w) * 6 or 500 = s-w
3000 = (s+w) * 5 or 600 = s+w
Now use the info from the link above and you can do the rest

Answer by scott8148(6628) About Me  (Show Source):
You can put this solution on YOUR website!
let p=plane and w=wind

"When a plane flies into the wind, it can travel 3000km in 6 hours"
__ p-w=3000/6 __ p-w=500

"When it flies with the wind, it can travel the same distance in 5 hours"
__ p+w=3000/5 __ p+w=600

adding the two equations __ p-w+(p+w)=500+600 __ 2p=1100 __ p=550

substituting __ 550+w=600 __ w=50