Answer:
The 4th one
Step-by-step explanation:
No X intercepts overlap
Answer:
D, 22x^9
Step-by-step explanation:
Here's a key for end behavior: Look at the leading term
x^even = x -> neg inf, f(x) -> pos inf; x -> pos inf, f(x) -> pos inf
-x^even = x -> neg inf, f(x) -> neg inf; x -> pos inf, f(x) -> neg inf
x^odd = x -> neg inf, f(x) -> neg inf; x -> pos inf, f(x) -> pos inf
-x^odd = x -> neg inf, f(x) -> pos inf; x -> pos inf, f(x) -> neg inf
First subtract the two numbers:
8 - 5 = 3
Now divide this to the original:
3 / 5 = 0.6
Multiply by 100:
0.6 * 100 = 60%
F(x) = 8 - 10x
g(x) = 5x + 4
Finding (fg)(-2).
First let us find fg(x), this is the same as f(g(x))
f(g(x))
f(5x + 4)
Recall, f(x) = 8 - 10x, therefore f(5x + 4) would be such that anywhere we see x in the f(x), we replace it with 5x + 4
f(x) = 8 - 10x
f(5x +4) = 8 - 10(5x + 4)
= 8 - 50x - 40
= -50x + 8 - 40
= -50x - 32
f(g(x)) = fg(x) = -50x - 32
fg(-2) = -50*(-2) - 32 = 100 - 32 = 68
Therefore fg(-2) = 68
I hope this helped.