To find the coefficients \( a \) and \( b \) for the quadratic equation \( f(x) = ax^2 + bx + 0 \) (since \( c = 0 \)), we will use the points provided: \( (3, 15) \) and \( (6, 12) \).
-
For the point \( (3, 15) \): \[ f(3) = a(3^2) + b(3) = 15 \] This simplifies to: \[ 9a + 3b = 15 \tag{1} \]
-
For the point \( (6, 12) \): \[ f(6) = a(6^2) + b(6) = 12 \] This simplifies to: \[ 36a + 6b = 12 \tag{2} \]
Now we have a system of linear equations:
- \( 9a + 3b = 15 \)
- \( 36a + 6b = 12 \)
Now, let's check the options:
- Option 1: \( 225a + 15b = 3 \) and \( 36a + 6b = 12 \)
- Option 2: \( 9a + 3b = 15 \) and \( 36a + 6b = 12 \) (This matches our derived equations)
- Option 3: \( 9a + 3b = 15 \) and \( 144a + 12b = 6 \)
- Option 4: \( 225a + 15b = 3 \) and \( 144a + 12b = 6 \)
The correct choice is Option 2: \[ 9a + 3b = 15 \quad \text{and} \quad 36a + 6b = 12 \]