1/(3b)=4/5 multiply both sides by 5
5/(3b)=4 multiply both sides by 3b
5=12b divide both sides by 12
b=5/12 (not sure why you don't have that as an option in your answers, perhaps I misunderstood your description of the original equation...)
Answer:
-7/8
Step-by-step explanation:
Step-by-step explanation:
answer is in photo above
Steps to solve:
9(d - 93) = -36d
~Distribute
9d - 837 = -36d
~Subtract 9d to both sides
-837 = -45d
~Divide -45 to both sides
18.6 = d
Best of Luck!
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.