
Patrick B. answered 06/07/21
Math and computer tutor/teacher
Clearly not constant...
slopes are not the same, no not linear either...
Ran it through the quadratic regression calculator online....
y = 7.625*x^2 - 21.5* x + 79.5
PERFECT FIT
Here is the linear algebra behind it:
==============================================
y = Ax^2+Bx+C is the quadratic function
Plugging in (6,225), (10,627) and (4,115.5) gives the 3 equations:
36A + 6B + C = 225
100A + 10B + C = 627
16A + 4B + C = 115.5
-----------------------------
eliminates C....
equation 2 MINUS equation 1:
64A + 4B = 402
16A + B = 100.5 <-- divides by 4
equation 2 MINUS equation 3:
84A + 6B = 511.5
14A + B = 85.25 <--- divides by 6
Subtracts these equations:
16A + B - (14A + B) = 100.5 - 85.25
2A = 15.25
A = 7.625
Then 14A + B = 85.25
14(7.625) + B = 85.25
solving for B, B = -21.5
Finally, per original 1st equation, since 36A + 6B + C = 225,
solving for C = 225 - 36A - 6B
= 225 - 36(7.625) - 6(-21.5)
= 79.5

Patrick B.
cubic functions can increase.... Ex. y = x^3 whose derivative is positive for x>0; but yes, the only two options that cannot be eliminated are quadratic and cubic;06/07/21