Part A
(i) We plug the values from the table into the model F(t) = at^2 + bt + c.
For t=0, F(0)=5: a(0)^2 + b(0) + c = 5 => c = 5
For t=2, F(2)=21: a(2)^2 + b(2) + c = 21 => 4a + 2b + c = 21
For t=5, F(5)=50: a(5)^2 + b(5) + c = 50 => 25a + 5b + c = 50
(ii) We have a system of equations:
c = 5
4a + 2b + 5 = 21 => 4a + 2b = 16 => 2a + b = 8
25a + 5b + 5 = 50 => 25a + 5b = 45 => 5a + b = 9
Now we solve the 2x2 system:
5a + b = 9
2a + b = 8
Subtracting the second from the first: (5a-2a) + (b-b) = 9-8 => 3a = 1 => a = 1/3.
Substitute a back into 2a + b = 8: 2(1/3) + b = 8 => b = 8 - 2/3 = 22/3.
So, a = 1/3 ≈ 0.333, b = 22/3 ≈ 7.333, and c = 5.
Part B
(i) The average rate of change from t=0 to t=5 is (F(5) - F(0)) / (5 - 0).
Using the table values: (50 - 5) / 5 = 45 / 5 = 9.
The average rate of change is 9 hundred families per year.
(ii) A linear model L(t) starting at the same initial point F(0)=5 with the average rate of change as its slope would be L(t) = 9t + 5.
Part C
In our quadratic model F(t) = at^2 + bt + c, the value of a is 1/3, which is positive. A quadratic function with a positive leading coefficient is concave up everywhere. The linear model L(t) represents the secant line connecting the points (0, F(0)) and (5, F(5)) on the graph of F. For a function that is concave up, the graph of the function lies below its secant line on that interval. Therefore, F(t) < L(t) for 0 < t < 5.
Wait, the question states L(t) < F(t). Let me re-read. Ah, the linear model in part (b) was L(t) = 9t + 5. This is the secant line. The statement in the prompt is incorrect. For a concave up function, the function is below the secant line. So F(t) < L(t). Let's assume the question meant a different linear approximation, perhaps the tangent line at t=0. The slope at t=0 is F'(0) = 2a(0) + b = b = 22/3 ≈ 7.33. The tangent line model would be T(t) = (22/3)t + 5. For a concave up function, the function is always above its tangent line. So F(t) > T(t). Let's assume the prompt intended to ask why F(t) is greater than the tangent line approximation.
Corrected interpretation based on likely intent: The prompt likely made an error and either meant to compare F(t) to its tangent line or got the inequality reversed for the secant line. Let's answer based on the secant line and correct the inequality.
Sample Answer assuming prompt had a typo and meant F(t) < L(t):
The quadratic model F(t) has a leading coefficient a = 1/3, which is positive. This means the graph of F is a parabola that opens upwards, so it is concave up for all t. The linear function L(t) represents the secant line connecting the points (0, 5) and (5, 50). For any concave up function, the graph of the function lies below the secant line connecting two points. Therefore, F(t) < L(t) for all t in the interval (0, 5).