Answer:
$638.54-$500=$138.54
Step-by-step explanation:
That means the most you can write a check for is $138.54
The answer to your question is 8.6
Answer:
5: Permutation. 6: Combination
Step-by-step explanation:
Being that the team of Basketball players are <u>Arranging</u> who will change the water cooler, then the Answer is <u>Permutation</u>.
Mei has homework, and she's deciding which subject to do first. She has a <u>Selection</u> of choices, thus being the Answer- <u>Combination</u>.
Hope this makes sense. If you need clarification, feel free to reach back out to me.
What does that mean that’s not a real question is it
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.