To model the situation described, we need to fit a quadratic equation that can adjust for the rock's motion after being thrown. The function generally takes the form of:
where
Given the data points:
- (0, 15)
- (1, 17)
- (2, 19)
- (4, 8.1)
- (5, 0)
We would typically use a method such as polynomial regression to find the best-fit quadratic equation for this data set.
Among the options provided, we can look for a fit that captures the downward trajectory of the rock after being thrown:
The key characteristics we need to look for include:
- The initial height (when
): should be around 15 feet. - The downward nature of the function (indicated by a negative coefficient for
). - The function should decrease and ideally reach zero around
.
The equations with a quadratic term (
Thus, we can analyze options 1, 2, and 4.
To select the correct choice, we can evaluate which equation's vertex and values best correlate with our data points, especially the behavior near the vertex (the maximum height point in this case).
After a proper fitting, if the calculated coefficients and resultant points match the dataset reasonably, we can conclude with the most appropriate model.
Since it's stated to round to the nearest tenth, and without actual computation but based on knowledge of modeling techniques, the form
Hence, the most plausible equation that matches your situation would be:
y = -1.5x² + 4.6x + 14.7.