Answer:
Step-by-step explanation:49
Answer:
1) 13 ft
Step-by-step explanation:
1) 13+8=21 which is greater than 15. Would be a triangle.
2) 7+8=15 This would be a single line, not a triangle.
3) 3+8<15 This would be a single line, not a triangle.
2) 15+8=23 This would be a single line, not a triangle.
If I read that right:
(3/5)/(-4/9) is equal to
(3/5)*(9/-4)
-27/20
-1 7/20
Answer:
x=10
Step-by-step explanation:
3(4x-12) = 84
Divide each side by 3
3/3(4x-12) = 84/3
4x-12 =28
Add 12 to each side
4x-12+12 = 28+12
4x= 40
Divide each side by 4
4x/4 = 40/4
x = 10
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.