Answer:
1a: 6.283
b: 51.313
c: 285.1
Step-by-step explanation:
Area of a sector = (angle/360)πr²
1a
Area=(45/360)π(4²)=6.283
b
Area=(120/360)π(7²)=51.313
c
Area=(270/360)π(11²)=285.1
Answer:
its 18
Step-by-step explanation:
i took this testtttttttttttt
I think the answer is A because the data is skewed to the right
The median (middle) isn't 10, it's 8
The interquartile range (IQR) is 7 not 6 because you have to subtract the first and third quartile 13 - 6 = 7 not 6
Hope this helps! ;)
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.