Answer
Step-by-step explanation:
A=2πrh+2πr2=2·π·3·6+2·π·32≈169.646
Answer:
D:21
Step-by-step explanation:
Use the vertical angles equation.
4x + 13 = 5x - 8
Subtract 4x from 5x.
5x - 4x = x
13 = x - 8
Add 8 on both dies.
13 + 8 = 21
x = 21
JKLM has x that equals 21.
<JKLM and <LMJK equal 97 degrees.
Hope it helped!
She would make 3.00 dollars
50(10) - 20(10) = (10)(50 - 20)
500 - 200 = (10 * 30)
300 = 300
(10)(50 - 20) = 30(10)
(10 * 30) = 300
300 = 300
3 feet... I don’t think the 73 should be square rooted
Answer:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221
Step-by-step explanation:
For this case first we need to create the sample of size 20 for the following distribution:

And we can use the following code: rnorm(20,50,6) and we got this output:
> a<-rnorm(20,50,6)
> a
[1] 51.72213 53.09989 59.89221 32.44023 47.59386 33.59892 47.26718 55.61510 47.95505 48.19296 54.46905
[12] 45.78072 57.30045 57.91624 50.83297 52.61790 62.07713 53.75661 49.34651 53.01501
Then we can find the mean and the standard deviation with the following formulas:
> mean(a)
[1] 50.72451
> sqrt(var(a))
[1] 7.470221