Answer:
a) 37.31 b) 42.70 c) 0.57 d) 0.09
Step-by-step explaanation:
We are regarding a normal distribution with a mean of 35 and a standard deviation of 6, i.e.,
= 35 and
= 6. We know that the probability density function for a normal distribution with a mean of
and a standard deviation of
is given by
![f(x) = (1)/(√(2\pi)\sigma)\exp[-((x-\mu)^(2))/(2\sigma^(2))]](https://img.qammunity.org/2020/formulas/mathematics/college/gqzvlvi5yimxsbaq25darnzhmqy2syxw49.png)
in this case we have
![f(x) = (1)/(√(2\pi)6)\exp[-((x-35)^(2))/(2(6^(2)))]](https://img.qammunity.org/2020/formulas/mathematics/college/kpk64b8lujj4217efuhhs070iea4fd1l3r.png)
Let
be the random variable that represents a row score, we find the values we are seeking in the following way
a) we are looking for a number
such that
=
, this number is
=37.31
you can find this answer using the R statistical programming languange and the instruction qnorm(0.65, mean = 35, sd = 6)
b) we are looking for a number
such that
=
, this number is
=42.70
you can find this answer using the R statistical programming languange and the instruction qnorm(0.9, mean = 35, sd = 6)
c) we find this probability as
=
![\int\limits^(38)_(28) {f(x)} \, dx = 0.57](https://img.qammunity.org/2020/formulas/mathematics/college/rnqp66x5fjweamo2mgbdnxn4ssgc2yy9qj.png)
you can find this answer using the R statistical programming languange and the instruction pnorm(38, mean = 35, sd = 6) -pnorm(28, mean = 35, sd = 6)
d) we find this probability as
=
![\int\limits^(44)_(41) {f(x)} \, dx = 0.09](https://img.qammunity.org/2020/formulas/mathematics/college/p16vrry7ceqqs4fkn75zq5cxgn7i882bua.png)
you can find this answer using the R statistical programming languange and the instruction pnorm(44, mean = 35, sd = 6) -pnorm(41, mean = 35, sd = 6)