Problem 69
Question
MAKE A DECISION: STOPPING DISTANCE In testing of the new braking system of an automobile, the speed (in miles per hour) and the stopping distance (in feet) were recorded in the table below. $$ \begin{array}{|c|c|} \hline \text { Speed, } x & \text { Stopping distance, } y \\ \hline 30 & 54 \\ \hline 40 & 116 \\ \hline 50 & 203 \\ \hline 60 & 315 \\ \hline 70 & 452 \\ \hline \end{array} $$ (a) Find the least squares regression parabola \(y=a x^{2}+b x+c\) for the data by solving the following system. \(\left\\{\begin{array}{r}5 c+250 b+13,500 a=1140 \\ 250 c+13,500 b+775,000 a=66,950 \\ 13,500 c+775,000 b+46,590,000 a=4,090,500\end{array}\right.\) (b) Use the regression feature of a graphing utility to check your answer to part (a). (c) A car design specification requires the car to stop within 520 feet when traveling 75 miles per hour. Does the new braking system meet this specification?
Step-by-Step Solution
VerifiedKey Concepts
Parabola Fitting
- You have a series of data points (like speed and stopping distance in a braking test).
- You need to determine values for \(a\), \(b\), and \(c\) in the quadratic equation that best fits these points.
- This involves solving a system of equations that represents the condition of the best fit.
System of Linear Equations
Graphing Utility
- Input the quadratic equation \(y = 0.06x^2 - 2.03x + 60.8\) and graph it.
- Plot the original data points from the experiment (e.g., speed vs. stopping distance).
- Compare the shape of the parabola with the scattered data points to visually assess how well the curve fits the data.