Answer:
Step-by-step explanation:
The formula of conditional probability is:
And if we called N(U) the total number of possible outcomes, then remember by definition of probability:
Then plugging them into the formula of conditional probability we get:
Then we simplify and we get:
We just plug the given info and we get:
223,200,000 should be correct
Answer: 25%
Step-by-step explanation:
595 - 393.75 = 131.25
131.25 (amount of change)/ 525 (original amount) x 100%
= 25%
Answer:
62.5
Step-by-step explanation:
speed = distance / time taken
= 125/2
=62.5miles per hour
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.