To derive the system of linear equations for the coefficients \( a \) and \( b \) in the quadratic equation \( f(x) = ax^2 + bx + c \), given that \( c = 0 \), we can use the points (3, 15) and (6, 12). This means that:
-
When \( x = 3 \), \( f(3) = 15 \): \[ a(3^2) + b(3) + 0 = 15 \implies 9a + 3b = 15 \]
-
When \( x = 6 \), \( f(6) = 12 \): \[ a(6^2) + b(6) + 0 = 12 \implies 36a + 6b = 12 \]
Thus, the system of linear equations to solve for \( a \) and \( b \) is: \[ \begin{align*} 9a + 3b &= 15 \ 36a + 6b &= 12 \end{align*} \]
Therefore, the correct response is: 9a + 3b = 15 and 36a + 6b = 12