Answer:
10
Step-by-step explanation:
The volume of a cube is equal to its (side length)^3
so s^3 = 1000
![s=\sqrt[3]{1000} =10](https://tex.z-dn.net/?f=s%3D%5Csqrt%5B3%5D%7B1000%7D%20%3D10)
Answer:
789
.5 is a 5 or larger so the 8 goes to a 9
Step-by-step explanation:
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
(2y+3)(3y^2+4y+5)
so u just multiply all the things from different brackets.
2y*3y^2 = 6y^3
2y*4y = 8y^2
2y*2 = 4y
3*3y^2 = 9y^2
3*4y = 12y
3*5 = 15
so 6y^3+8y^2+4y+9y^2+12y+15
thats the answer BUT u need to collect the like terms, otherwise u probably wont get full marks on the question, so:
6y^3+17y^2+16y+15
i hope this helps :)
someone correct me if im wrong
Answer:
im fanna join
Step-by-step explanation: