The answer is 5. Mode is the number that shows up the most times
Answer:
10x^2 (x+2) (x+6)
Step-by-step explanation:
assuming you meant 120 not 1120
10x^4+ 80x^3 + 120x^2
factor out 10 x^2
10x^2 (x^2 +8x+12)
what numbers multiply together to get 12 and add together to get 8
2*6 = 12 2+6 = 8
10x^2 (x+2) (x+6)
B and D are the same answer?????
Answer:
f(x) = sqrt(x + 6)
y = sqrt(x + 6)
x = sqrt(y + 6)
Stx^2 = y + 6
x^2 - 6 = y
red line: f(x) = sqrt(x + 6)
green line: f^-1(x) = x^2 - 6
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.