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 and Step-by-step explanation:
Solve for m.
<u>First, distribute the 5.</u>
5 + 20m - 2m = -13
<u>Combine like terms.</u>
5 + 18m = -13
<u>Subtract 5 from both sides of the equation.</u>
18m = -18
<u>Divide by 18 to both sides of the equation.</u>
<u>m = -1 <- This is the answer.</u>
<u></u>
<em><u>#teamtrees #PAW (Plant And Water)</u></em>
Answer:
To find the cube root of a number is a bit more complicated and in our days is considered impractical, but here is a method explained. Look at the 2nd example scrolling down about 1/3 of the page
If you want to know the concept of square roots and cube roots ?
the square root of a number is that number which when multiplied by itself two times gives us that number
e.g.
√64 = x , so that (x)(x) = 64
and from our multiplication table we know that
(8)(8) = 64 , so that
√64 = 8
the cube root of a number is that number which when multiplied by itself three times gives us that number
e.g.
∛64 = x , so that (x)(x)(x) = 64 , and thus x = 4 because 4x4x4 = 64
so ∛64 = 4
for 9 I wrote Any decimal which terminates is rational
any decimal which has a repeat is rational
any decimal which does not show any repeating decimals and which is never-ending is irrational
Step-by-step explanation:
Yes, if FJ || GH, and also if FG || HJ, since a parallelogram has two pairs of parallel sides.
now, we know FG = HJ = 10, but if it's a parallelogram, then the other two sides must also have the same length, so chances are FJ = GH = 15.