The answer is (f o g)(x) = 2x^2 - 13
In order to find a composite function, you take the first letter (in this case f) and use that equation. You then remove the variable and put in the second letter (g).
f(x) = 2x + 1 ----> Remove variable.
f(x) = 2( ) + 1 ----> Insert g(x)
(f o g)(x) = 2(x^2 - 7) + 1 ----> Distribute
(f o g)(x) = 2x^2 - 14 + 1 ----> Simplify
(f o g)(x) = 2x^2 - 13
Answer:
Step-by-step explanation:
?
Answer:
(1, 5 )
Step-by-step explanation:
Given
x² - 2x + y - 4 = 0 ( add 4 to both sides )
x² - 2x + y = 4
Complete the square on x² - 2x
add ( half the coefficient of the x term )² to both sides
x² + 2(- 1)x + 1 + y = 4 + 1, that is
(x - 1)² + y = 5
Subtract (x - 1)² from both sides
y = - (x - 1)² + 5
The equation of a parabola in vertex form is
y = a(x - h)² + k
where (h, k) are the coordinates of the vertex and a is a multiplier
y = - (x - 1)² + 5 ← is in vertex form
with vertex = (1, 5 )