Hhshshshshdhshhshshhshehshdhdhd
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.
Answer:
<u>P (E1) = 1/2 or 50%</u>
<u>P (E2) = 3/13 or 23%</u>
Step-by-step explanation:
1. Let's review the information given to us to answer the question correctly:
Number of playing cards = 52
Number of suits = 4
Number of cards per suit = 13
Number of black suits = 2
Number of red suits = 2
2. Suppose E1 = the outcome is a red card and E2 = the outcome is a face card (K, Q, J). Determine P(E1 or E2).
P (E1) = Number of red cards/Total of playing cards
P (E1) = 26/52 = 1/2 = 50%
P (E2) = Number of face cards/Total of playing cards
P (E2) = 12/52 = 3/13 = 23%
A relation is any set of ordered pairs, which can be thought of as (input, output).
A function is a relation in which NO two ordered pairs have the same first component and different second components.
The set of first components (x-coordinates) in the ordered pairs is the DOMAIN of the relation.
The set of second components (y-coordinates) is the RANGE of the relation.
Part 1:
Domain: {-1, 1, 3, 6}
Range: {2, 2, 2, 2}
Part 2:
To determine whether the given relation represents a function, look at the given relation and ask yourself, “Does every first element (or input) correspond with EXACTLY ONE second element (or output)?”
Remember that a function can only take on 1 output for each input.
It helps to plot the points on the graph and perform the Vertical Line Test (VLT):
The Vertical Line Test allows us to know whether or not a graph is actually a function. If a vertical line intersects the graph in all places at exactly one point, then the relation is a function.
As you can see in the attached screenshot, every vertical line drawn only has 1 point in it. This means that each x-value corresponds to exactly one y-value. The given relation passed the VLT. Therefore, the relation is a function.
Please mark my answers as the Brainliest if you find my explanation helpful :)
Answer:
The sum of two side lengths of a triangle must be greater than the length of the third.
So, if two side lengths are 3 and 7, the length of the third side must be less than 10 units.
However, it cannot be shorter than 4 units, as 3 + 4 = 7.
So your answer is: The third side of this triangle must not be shorter than 4 or longer than 10
Let me know if this helps!