Answer:
A: A square
Step-by-step explanation:
Answer:
11
Step-by-step explanation:
The 25 pairs of feet were 7 more than the number of heads, so there were 7 kittens. Hence there were 18-7 = 11 chickens.
(4,1) : no because the line is solid.
(1,-3) : yes because the line is not solid.
(2,0) : no because the line is solid.
Solid lines represent < or >, and if a point is on the line directly, it’s not included in the solution set.
Answer:
Option 2.. x > -6
Step-by-step explanation:
3x -5x - 2 > 5x -5x + 10
-2x - 2 + 2 > 10 + 2
-2x/-2 > 12/-2
<u>x > -6</u>
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.