The answer is B. Btw don’t click on the link provided by the other answer provider it’s a virus.
Answer:
x = 4 and y = 0
Step-by-step explanation:
Using the elimination method:
4(-x + 5y=-4) --> -4x + 20y = -16.
Now we add -4x + 20y = 016 and 4x + 3y = 16. This gives us 23y = 0 or just y =0.
Now we can find x by plugging in y.
-4x + 0 = -16.
Divide by -4 on both sides -> x = 4.
If you want to double check you can plug your values into -4x + 20y = -16.
-4(4) +20(0) = -16.
Answer:
ok where are you from which country
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.