(x-5)(x+4) is the factored version of this trinomial so if either of those values in the parenthesis are in the answer bank, choose those.
1.b 2.a lines are parallel hope this helps =3
(-4,0) (3,-5) I don't know if they mean two ordered pairs so I'm pretty sure this is right
Answer:
f(x) = -5/9 x + 5 1/9
Step-by-step explanation:
f(2)=4 and f(−7)=9 means the line pass through (2,4) and (- 7,9)
f(x) = mx + b
m = (y-y') / (x-x') = (9 - 4) / (- 7 - 2) = - 5/9
for (2,4) : b = f(x) - mx = y - mx = 4 - (- 5/9) x 2 = 4 + 10/9 = 46/9 = 5 1/9
f(x) = -5/9 x + 5 1/9
check for (-7, 9) f(-7) = (-5/9) * (-7) + 5 1/9 = 35/9 + 46/9 = 81/9 = 9
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.