SOLUTION: I have been stuck on this one for a while now. Trying to define variables, write and equation and solve. Please help me!!
The distance going up and down a hill is 15 miles. I
Algebra ->
Customizable Word Problem Solvers
-> Travel
-> SOLUTION: I have been stuck on this one for a while now. Trying to define variables, write and equation and solve. Please help me!!
The distance going up and down a hill is 15 miles. I
Log On
Question 524424: I have been stuck on this one for a while now. Trying to define variables, write and equation and solve. Please help me!!
The distance going up and down a hill is 15 miles. It takes a total of 2 hours to complete the trip. Going down the hill is 20 mph faster than going up. How fast is the trip up the hill in mph? Found 2 solutions by nerdybill, Alan3354:Answer by nerdybill(7384) (Show Source):
You can put this solution on YOUR website! The distance going up and down a hill is 15 miles. It takes a total of 2 hours to complete the trip. Going down the hill is 20 mph faster than going up. How fast is the trip up the hill in mph?
Let y = time (hours) going uphill
then
2-y = time (hours) going downhill
.
Let x = speed (mph) going uphill
then
x+20 = speed (mph) going downhill
.
applying distance formula of d=rt
xy = 15 (equation 1)
(x+20)(2-y) = 15 (equation 2)
.
solving equation 1 for y:
y = 15/x
.
plug into equation 2 and solve for x:
(x+20)(2-y) = 15
(x+20)(2-15/x) = 15
multiplying both sides by x:
(x+20)(2x-15) = 15x
2x^2-15x+40x-300 = 15x
2x^2+25x-300 = 15x
2x^2+10x-300 = 0
x^2+5x-150 = 0
(x+15)(x-10) = 0
x = {-15, 10}
throw out negative solution leaving
x = 10 mph (speed going up the hill)
You can put this solution on YOUR website! The distance going up and down a hill is 15 miles. It takes a total of 2 hours to complete the trip. Going down the hill is 20 mph faster than going up. How fast is the trip up the hill in mph?
----------
I think you mean it's 7.5 miles each way.
--------
r = speed going up
7.5/r + 7.5/(r+20) = 2
15/r + 15/(r+20) = 4 No fractions
Multiply thru by r(r+20)
15(r+20) + 15r = 4r*(r+20) = 4r^2 + 80r
30r + 300 = 4r^2 + 80r
4r^2 + 50r - 300 = 0
Quadratic equation (in our case ) has the following solutons:
For these solutions to exist, the discriminant should not be a negative number.
First, we need to compute the discriminant : .
Discriminant d=7300 is greater than zero. That means that there are two solutions: .
Quadratic expression can be factored:
Again, the answer is: 4.43000468164691, -16.9300046816469.
Here's your graph:
---------------
Ignore the negative result
r =~ 4.43 mi/hr going up
=============================
If it's 15 miles each way, the other tutor's answer is correct.
You should have made it clear.