Answer:
The fraction of 6% is 6/10 and the model is 10 squares and only color 6 of them
YOU WELCOME :)
Answer:
the Answer is c I just had the same problem
Answer:
height is =area dived by base
Step-by-step explanation:
156 divide 13 is 12
so the answer of height is 12.......hope u understand dear
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
Answer:
The vertex of this equation is (2, -7)
Step-by-step explanation:
In order to find the vertex of this equation we start with the base form of the vertex form.
y = a(x - h) + k
With this equation (h, k) is the vertex. You can see that 2 lines up with h and -7 lines up with k. This shows that (2, -7) is the vertex.