42.9k views
4 votes
a student answers all 48 questions on a multiple choice test by guessing. each question has four possible answers only one of which is correct. find the probablility that the student gets exactly 15 correct answers. use the normal distribution to approximate the binomaial distribution

User Geordie
by
4.4k points

1 Answer

5 votes

Answer:


P(X=15) = (48C15) (0.25)^(15) (1-0.25)^(48-15)=0.0767

And that would be the exact answer

Since the problem states that we need to use the normal approximation for the binomial distribution we can find the mean and the expected value with:


E(X) = np = 48*0.25=12

And the standard deviation:


\sigma= โˆš(48*0.25*(1-0.25))= 3

But the problem is that if we assume that the distribution is continuous then we can find the probability for an exact value since the probability for a single value in continuous distributions is 0 since the area below a line is 0.

Explanation:

For this case we degine the random variable X a the number of correct answers in 48 trials, and for this case the distirbution for X would be:


X \sim N (n =48, p =0.25)

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


P(X)=(nCx)(p)^x (1-p)^(n-x)

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


nCx=(n!)/((n-x)! x!)

And using this we can find the required probability as:


P(X=15) = (48C15) (0.25)^(15) (1-0.25)^(48-15)=0.0767

And that would be the exact answer

Since the problem states that we need to use the normal approximation for the binomial distribution we can find the mean and the expected value with:


E(X) = np = 48*0.25=12

And the standard deviation:


\sigma= โˆš(48*0.25*(1-0.25))= 3

But the problem is that if we assume that the distribution is continuous then we can find the probability for an exact value since the probability for a single value in continuous distributions is 0 since the area below a line is 0.

User Hardrada
by
3.8k points