The golf scores for a school team were normally distributed with a mean of 68 and a standard deviation of three. What the probability that a randomly selected golfer scored less than 65?

Respuesta :

Answer:

[tex]P(X<65)=P(\frac{X-\mu}{\sigma}<\frac{65-\mu}{\sigma})=P(Z<\frac{65-68}{3})=P(Z<-1)[/tex]

And we can find this probability using the normal standard table or excel and we got:

[tex]P(Z<-1)=0.159[/tex]

Step-by-step explanation:

Previous concepts

Normal distribution, is a "probability distribution that is symmetric about the mean, showing that data near the mean are more frequent in occurrence than data far from the mean".

The Z-score is "a numerical measurement used in statistics of a value's relationship to the mean (average) of a group of values, measured in terms of standard deviations from the mean".  

Solution to the problem

Let X the random variable that represent the golf scores of a population, and for this case we know the distribution for X is given by:

[tex]X \sim N(68,3)[/tex]  

Where [tex]\mu=68[/tex] and [tex]\sigma=3[/tex]

We are interested on this probability

[tex]P(X<65)[/tex]

And the best way to solve this problem is using the normal standard distribution and the z score given by:

[tex]z=\frac{x-\mu}{\sigma}[/tex]

If we apply this formula to our probability we got this:

[tex]P(X<65)=P(\frac{X-\mu}{\sigma}<\frac{65-\mu}{\sigma})=P(Z<\frac{65-68}{3})=P(Z<-1)[/tex]

And we can find this probability using the normal standard table or excel and we got:

[tex]P(Z<-1)=0.159[/tex]

We can use the following excel code to find it: "=NORM.DIST(-1,0,1,TRUE)"