Question 1135781
For the given functions f and g , find the indicated composition.

f(x) = 10x2 - 8x, g(x) = 20x - 4
(f∘g)(12)
<pre>g(x) = 20x - 4
g(12) = 20(12) - 4 = 236
{{{highlight_green(system(matrix(1,3, f(x), "=", 10x^2 - 8x), matrix(1,7, f(g(12)), "=", f(236), "=", 10(236)^2 - 8(236), "=", "555,072")))}}}
That's all!!