georgianna wants to use the linear model associated with the data in the table to make a prediction…

georgianna wants to use the linear model associated with the data in the table to make a prediction. distance over time\n| time (minutes) | distance (miles) |\n| ---- | ---- |\n| 0 | 0 |\n| 5 | 4 |\n| 10 | 9 |\n| 15 | 13 |\n| 30 | 18 | which range of time values describes the entire interval over which she would be interpolating? 0 to 5 minutes 0 to 18 minutes 0 to 30 minutes 18 to 30 minutes
Answer
Explanation:
Step1: Define interpolation
Interpolation is estimating values within the range of known data - points.
Step2: Identify known time - points
The known time - points in the table are 0, 5, 10, 15, 30 minutes.
Step3: Determine interpolation range
The range of time values for interpolation is the range between the smallest and the largest known time - points, which is 0 to 30 minutes.
Answer:
0 to 30 minutes