Suppose that the scores on a reading ability test are normally distributed with a mean of 65 and a standard deviation of 8. What proportion of individuals score at least 64 points on this test? Round your answer to at least four decimal places.

Problem 2 :

The workers' union at a particular university is quite strong. About 94% of all workers employed by the university belong to the workers' union. Recently, the workers went on strike, and now a local TV station plans to interview 4 workers (chosen at random) at the university to get their opinions on the strike. What is the probability that exactly 2 of the workers interviewed are union members?Round your response to at least three decimal places.

Please answer my problems ASAP

Respuesta :

Answer:

1) [tex]P(X>64)=P(Z>-0.125)=1-P(Z<-0.125)=1-0.4503=0.5497[/tex]

2) [tex]P(X=2)=(4C2)(0.94)^2 (1-0.94)^{4-2}=0.0191[/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".  

The binomial distribution is a "DISCRETE probability distribution that summarizes the probability that a value will take one of two independent values under a given set of parameters. The assumptions for the binomial distribution are that there is only one outcome for each trial, each trial has the same probability of success, and each trial is mutually exclusive, or independent of each other".

Problem 1

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

[tex]X \sim N(65,8)[/tex]  

Where [tex]\mu=65[/tex] and [tex]\sigma=8[/tex]

We are interested on this probability

[tex]P(X>64)[/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]

[tex]P(X>64)=P(\frac{X-\mu}{\sigma}}>\frac{64-\mu}{\sigma}})=P(Z>-0.125)[/tex]

And we can find this probability on this way:

[tex]P(Z>-0.125)=1-P(Z<-0.125)=1-0.4503=0.5497[/tex]

Problem 2

Let X the random variable of interest, on this case we now that:

[tex]X \sim Binom(n=4, p=0.94)[/tex]

The probability mass function for the Binomial distribution is given as:

[tex]P(X)=(nCx)(p)^x (1-p)^{n-x}[/tex]

Where (nCx) means combinatory and it's given by this formula:

[tex]nCx=\frac{n!}{(n-x)! x!}[/tex]

And we want to find this probability:

[tex]P(X=2)=(4C2)(0.94)^2 (1-0.94)^{4-2}=0.0191[/tex]