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:
5
Step-by-step explanation:
Because two times 5 equals ten
Answer:
<u> x = 16</u>
Step-by-step explanation:
See the attched figure
We should know that, one of the properties of the rhombus is the diagonals bisect the angles of the rhombus.
Given:
m∠ABC = 84 and m∠ABE = 3x − 6
So, m∠ABE = 0.5 * m∠ABC = 0.5 * 84 = 42
∴ 3x - 6 = 42
Solve for x
3x = 42 + 6 = 48
x = 48/3 = 16
<u>∴ x = 16</u>
<h3>
Answer: 20 lawns</h3>
Work Shown:
8 lawns = 2 hours
4 lawns = 1 hour (divide both sides by 2)
20 lawns = 5 hours (multiply both sides by 5)
Answer:
x = 10
Explanation:
Using Pythagoras Theorem:
Solve:
8² + 6² = x²
x² = 64 + 36
x² = 100
x = √100
x = 10