To find \((g \circ f)(3)\), we first need to calculate \(f(3)\) and then use that result as the input for \(g\).
-
Calculate \(f(3)\): \[ f(x) = 3x - 9 \] \[ f(3) = 3(3) - 9 = 9 - 9 = 0 \]
-
Calculate \(g(f(3))\) which is \(g(0)\): \[ g(x) = 3x^2 - 5x + 15 \] Substitute \(x = 0\): \[ g(0) = 3(0)^2 - 5(0) + 15 = 0 - 0 + 15 = 15 \]
Now we combine the results from the two calculations:
\[ (g \circ f)(3) = g(f(3)) = g(0) = 15 \]
Thus, the value of \((g \circ f)(3)\) is \(\boxed{15}\).