Hello, a sphere has zero vertices.
Answer:
A. 23+(6-1)x-3
B. 93
Step-by-step explanation:
a) Nth term = F + (N - 1) x D, where F=First term, N=Number of terms, D=Common difference
6th row = 23 + (6 - 1) x -3
= 23 + (5) x -3
= 23 + (-15)
= 8 - number of boxes in the top row.
b) Sum = N/2[2F + (N - 1) x D]
= 6/2[2*23 + (6 - 1) x -3]
= 3 [46 + (5) x -3 ]
= 3 [46 + -15 ]
= 3 [ 31 ]
= 93 - total number of boxes in the entire display.
Hope this helps! Its 3:25 AM for me too so I know how you feel.
Since each girl gets 11 sticker that means that there are 22 stickers in the pack.
11x2=22
Answer:
D
Step-by-step explanation:
To check this answer, you could obviously graph the points, but without graphing, you can tell the line would be straight because each x value is multiplied by the same number to get the corresponding y value.
3 x 5 = 15, 4 x 5 = 20, etc. This shows linear growth. If each x value were multiplied by twice itself (3 x 6, 4 x 8, and so on), you wouldn't have a straight line because the number that x is multiplied by changes depending on the value of x.
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.