To derive the system of linear equations from the given points (3, 15) and (6, 12) using the quadratic function \( f(x) = ax^2 + bx + c \) with \( c = 0 \), we first substitute the points into the equation.
-
For the point (3, 15): \[ f(3) = 15 \ a(3^2) + b(3) + 0 = 15 \ 9a + 3b = 15 \]
-
For the point (6, 12): \[ f(6) = 12 \ a(6^2) + b(6) + 0 = 12 \ 36a + 6b = 12 \]
So, the system of equations we get is:
- \( 9a + 3b = 15 \)
- \( 36a + 6b = 12 \)
This matches with the third response option:
9a + 3b = 15 and 36a + 6b = 12.