Answer:
t = 0.77930
t = 1.2832
Step-by-step explanation:
Answer: f(x) = ∛(x+4)^2=8 + 3 = 11
4x5=20-9=11
Step-by-step explanation:
I think its supposed to be divide so i think C. would be the answer
The number of outcomes available in Boulder and Sarasota will be 4 and 6. Then the total number of outcomes available in Boulder and Sarasota will be 10.
<h3>What are permutation and combination?</h3>
A permutation is an act of putting things or elements in the right sequence. Combinations are a method of picking things or pieces from a collection of objects or sets when the sequence of the objects is irrelevant.
Angelica is comparing vacation prices in Boulder, Colorado, and Sarasota, Florida. In Boulder, she can choose a 1- or 2-week stay in a 1- or 2-bedroom suite. In Sarasota, she can choose a 1-, 2-, or 3-week stay in a 2- or 3-bedroom suite, on the beach or not.
The number of outcomes is available in Boulder will be
→ 2 x 2
→ 4
The number of outcomes is available in Sarasota will be
→ 3 x 2
→ 6
The number of outcomes is available in Boulder and Sarasota will be
→ 4 + 6
→ 10
More about the permutation and the combination link is given below.
brainly.com/question/11732255
#SPJ1
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.