C. 523.33
the formula is 4/3*3.14*r^3
R being radius (:
Answer:
I don't need to prove it, I already believe you
If 12 is 20%, then 24 is 40%, then 36 is 60%, then 48 is 80%, then 60 is 100%
So there are 60 questions on the test.
Answer:
(a) 0.5899
(b) 0.9166
Step-by-step explanation:
Let X be the random variable that represents the height of a woman. Then, X is normally distributed with
= 62.5 in
= 2.2 in
the normal probability density function is given by
, then
(a)
= 0.5899
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2)
(b) We are seeking
where n = 37.
is normally distributed with mean 62.5 in and standard deviation
. So, the probability density function is given by
, and
= 0.9166
(in the R statistical programming language) pnorm(63, mean = 62.5, sd = 2.2/sqrt(37))
You can use a table from a book to find the probabilities or a programming language like the R statistical programming language.
Answer:
x + 1
y = 9
Step-by-step explanation:
In order to solve this question we need to represent "y "in terms of "x" in the first equation, and the plug in the "y" value in the first equation into the second one. Luckily for us in the first equation it already shows what "y" is equal to in terms of "x" (based on the first equation y = -x + 10). Now we just need to plug in the value that we got instead of "y" in the second equation, and so we get....
y = 7x + 2
(plug in the y value and get the following ….)
-x + 10 = 7x + 2
(now just solve the following equation)
-x + 10 + x = 7x + 2 + x
10 = 8x + 2
10 - 2 = 8x + 2 - 2
8 = 8x
8/8 = 8x/8
1 = x
Now that we know the value of "x", all we need to do now is substitute the value of "x" into any of the equations and we will get the value of "y". So we do the following.....
y = 7x + 2
y = 7(1) + 2
y = 7 + 2
y = 9