Short answer: I don't know, but that doesn't mean I can't give you something that you can decide for yourself.
y = 4*2^(2n - 2) is the pattern.
Go for broke. Try n = 4. You should get 256. Let's try it.
y = 4 * 2^(2*4 - 2)
y = 4 * 2^(8 - 2)
y = 4 * 2^6
y = 4 * 64
y = 256 yup it works.
The other end is just as important. Suppose n = 1
Then y = 4 * 2^(2*1 - 2) = 4 * 2^0 = 4*1 = 4 Both work.
If this formula is correct, we can abbreviate it to make your task easier.
y = 4 * 2^(2n - 2)
y = 2^2 * 2^(2n - 2)
y = 2^(2n - 2 + 2)
y = 2^(2n) Now try the two end points again.
n = 4
y = 2^(2*4)
y = 2^8
y = 256
n = 1
y = 2^(2*1)
y = 2^2
y = 4 which again checks.
so y = 2^(2n) I think is an exponential function.
Sorry my explanation is so long.
Answer:
C
Step-by-step explanation:
move the x over
-x+y=6
move the y over
-x = -y+6
times each number by a -
x=y-6
Answer:

Step-by-step explanation:
f(x) = 9x³ + 2x² - 5x + 4; g(x)=5x³ -7x + 4
Step 1. Calculate the difference between the functions
(a) Write the two functions, one above the other, in decreasing order of exponents.
ƒ(x) = 9x³ + 2x² - 5x + 4
g(x) = 5x³ - 7x + 4
(b) Create a subtraction problem using the two functions
ƒ(x) = 9x³ + 2x² - 5x + 4
-g(x) = <u>-(5x³ - 7x + 4)
</u>
ƒ(x) -g(x)=
(c). Subtract terms with the same exponent of x
ƒ(x) = 9x³ + 2x² - 5x + 4
-g(x) = <u>-(5x³ - 7x + 4)
</u>
ƒ(x) -g(x) = 4x³ + 2x² + 2x
Step 2. Factor the expression
y = 4x³ + 2x² + 2x
Factor 2x from each term
y = 2x(2x² + x + 1)

Answer:
It is (a)

Step-by-step explanation:
I hope that is useful for you :)
Monomial is one term, like #2 would be a monomial. binomial is two terms, like 3x - 2. trinomial is three terms, like #1,3,4. polynomial is four terms, like #5. standard form is just rewriting the equation in order from the term with the highest exponent to the lowest