Answer:
The coordinates are 3,1
Step-by-step explanation:
i did the assignment and it js correct
Answer:
B
Step-by-step explanation:
when we factor completely, we take a look at what is the biggest common factor of 7x³y⁴ and 7x²y⁵. In this case it is 7x²y⁴.
7x³y⁴-7x²y⁵ = 7x²y⁴(x-y) which is B.
you don't list any expressions to choose from but
if width = x
and length = 2x
Area = 2x * x
Area = 2x^2
X= 9/2, 15/2
decimal form: 4.5,-7.5
mixed number form: 4 1/2, -7 1/2
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.