If you have paid back 150 a month you multiply by 10 then you subtract $6900, your remaining balance is $5,400. Good luck with your equation.
put a 1 under the 13, so it is 13/1, and 5 5/6, turn it into an improper fraction by multiplying 5x6=30. then 30+5, which is 35. so just keep the denominator, which would be 35/6. so you would have 13/1 - 35/6. you need the same denominator, so see what both 1 and 6 would fit into. which is 6. so 13x6 which is 78, so 78/6 - 35/6, so 78-35 is 43. so 43/6, then simplify, which is 7 1/6
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.