SOLUTION: What is the solution to the speed on a hill problem.Assume that the maximum speed your car will go is a linear function of the steepness of the hill it is going up or down.Suppose

Algebra ->  Linear-equations -> SOLUTION: What is the solution to the speed on a hill problem.Assume that the maximum speed your car will go is a linear function of the steepness of the hill it is going up or down.Suppose       Log On


   



Question 1072553: What is the solution to the speed on a hill problem.Assume that the maximum speed your car will go is a linear function of the steepness of the hill it is going up or down.Suppose that your car can go on a maximum of 55 mph up a 5 degree hill,and a maximum of 104 mph down a 2 degree hill.
How can get it right I got y =16.3 (x + 71.4) that gave me that if the slope is 7 degree the mph is 185.5.How can i solve it?

Found 2 solutions by stanbon, KMST:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
What is the solution to the speed on a hill problem.Assume that the maximum speed your car will go is a linear function of the steepness of the hill it is going up or down.Suppose that your car can go on a maximum of 55 mph up a 5 degree hill,and a maximum of 104 mph down a 2 degree hill.
You have two points relating speed and degree:: (+5,55) and (-2,104)
slope = (104-55)(-2-5) = 49/-7 = -7
speed = slope(degree) + b
Solve for "b"::
104 = -7*-2 + b
b = 90
----
Ans: speed = -7(degree) + 90
--------------------------------------
Cheers,
Stan H.
--------

Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
You are looking for a "linear function."
The is the equation of a straight line.
It must pass through points
(5,55) with system%28x=5%2Cy=55%29 , representing
going up a 5 degree hill at a maximum speed of 55 mph, and
(-2,104) with system%28x=-2%2Cy=104%29 , representing
going down a 2 degree hill at a maximum speed of 104 mph.
The line passing through those two points has a slope of
m=%2855-104%29%2F%285-%28-2%29%29=-49%2F%285%2B2%29=-49%2F7=-7 .
The equation of a line with that slope, and going through point
(-2,104) with system%28x=-2%2Cy=104%29 ,
can be written in point-slope form as
y-104=-7%28x-%28-2%29%29
highlight%28y-104=-7%28x%2B2%29%29
with a little work, we can get to the slope intercept form:
y-104=-7%28x%2B2%29
y-104=-7x-14
y=-7x-14%2B104
highlight%28y=-7x%2B90%29