Answer:
1 is the 4th answer
2 is 1.875
Step-by-step explanation:
1/2*3 3/4=1.875
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.
19. A
20. C
21. C
22. B
23. B
24. C
Answer:
show range that is between 3 and 10
Step-by-step explanation:
Answer:
Elimination method
Step-by-step explanation:
We have a choice to eliminate the y or x:
I chose x
So now we double the second equation to make the co efficient of x the same:
6x-5y = -3
6x+4y = 24
Now we subtract both equations to eliminate the x's:
6x-5y = -3
- - -
6x+4y = 24
-9y = -27
y = 3
Now we substitute this value into either equation 1 or 2:
I chose 2
3x + 2(3) =12
Simplify:
3x + 6 =12
Subtract 6 from both sides:
3x + 6 -6 = 12 -6
Simplify:
3x = 6
Divide both sides by 3:
3x÷3 = 6÷3
Simplify:
x = 2