Answer:
11:52...
Step-by-step explanation:
11:52. It could be any time except the time 11:37 from now, since its NOT going to be.
Hope this helps!
Answer:
See below
Step-by-step explanation:
If a function is bijective and 1-to-1, then it will have an inverse function. Consequentially, they will be symmetrical about the line
, which is a diagonal line passing through the origin at a 45 degree angle.
None of the graphs look correct though, but it also seems that some options are cut out, so make sure to choose the correct graph given the characteristics I've previously described.
Answer:
the second one
Step-by-step explanation:
it does not say that both sides are parallel
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.