Duplicate Question
The question on this page has been marked as a duplicate question.
Original Question
The stopping distance of a car traveling 25mph is 61.7 feet, and for a car traveling 35 mph it is 106 feet. The stopping distan...Asked by Alyssa
The stopping distance of a car traveling 25mph is 61.7ft, and for a car traveling 35mph it is 106ft. The stopping distance in feet can be described by the equation y=ax^2 + bx + c, where x is the speed in mph.
Find the values of a and b.
Find the values of a and b.
Answers
Answered by
Steve
Well, you have two instances. Plug in the values and you'll have two equations in a and b. Solve them.
We know that when x is 0, y=0. (The car is not moving, so it has zero stopping distance.) So, c=0
61.7 = a(625)+b(25)
106 = a(1225)+b(35)
625a + 25b = 61.7
1225a + 35b = 106
multiply top by 7, bottom by 5, and subtract:
4375a + 175b = 431.9
6125a + 175b = 530
1750a = 98.1
a = 0.056
b = 1.067
We know that when x is 0, y=0. (The car is not moving, so it has zero stopping distance.) So, c=0
61.7 = a(625)+b(25)
106 = a(1225)+b(35)
625a + 25b = 61.7
1225a + 35b = 106
multiply top by 7, bottom by 5, and subtract:
4375a + 175b = 431.9
6125a + 175b = 530
1750a = 98.1
a = 0.056
b = 1.067
Answered by
curtis
import matplotlib.pyplot as plt
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
plt.plot([1,2,3,4])
plt.ylabel('some numbers')
plt.show()
There are no AI answers yet. The ability to request AI answers is coming soon!
Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.