Welcome to Westonci.ca, where your questions are met with accurate answers from a community of experts and enthusiasts. Connect with professionals ready to provide precise answers to your questions on our comprehensive Q&A platform. Get immediate and reliable solutions to your questions from a community of experienced professionals on our platform.

Here is a simple probability model for multiple-choice tests. Suppose that each student has probability p of correctly answering a question chosen at random from a universe of possible questions. (A strong student has a higher p than a weak student.) The correctness of an answer to a question is independent of the correctness of answers to other questions. Jodi is a good student for whom p = 0.81.

Required:
a. Use the Normal approximation to find the probability that Jodi scores 77% or lower on a 100-question test.
b. If the test contains 250 questions, what is the probability that Jodi will score 77% or lower?
c. How many questions must the test contain in order to reduce the standard deviation of Jodi's proportion of correct answers to half its value for a 100-item test?
d. Laura is a weaker student for whom p = 0.76. Does the answer you gave in (c) for standard deviation of Jodi's score apply to Laura's standard deviation also?

Sagot :

Answer:

a) 0.8461 = 84.61% probability that Jodi scores 77% or lower on a 100-question test.

b) 0.9463 = 94.63% probability that Jodi will score 77% or lower.

c) 400 questions.

d) Yes, because the formula is the same, independently of the value of p.

Step-by-step explanation:

To solve this question, we need to understand the normal probability distribution and the central limit theorem.

Normal Probability Distribution:

Problems of normal distributions can be solved using the z-score formula.

In a set with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the z-score of a measure X is given by:

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

The Z-score measures how many standard deviations the measure is from the mean. After finding the Z-score, we look at the z-score table and find the p-value associated with this z-score. This p-value is the probability that the value of the measure is smaller than X, that is, the percentile of X. Subtracting 1 by the p-value, we get the probability that the value of the measure is greater than X.

Central Limit Theorem

The Central Limit Theorem estabilishes that, for a normally distributed random variable X, with mean [tex]\mu[/tex] and standard deviation [tex]\sigma[/tex], the sampling distribution of the sample means with size n can be approximated to a normal distribution with mean [tex]\mu[/tex] and standard deviation [tex]s = \frac{\sigma}{\sqrt{n}}[/tex].

For a skewed variable, the Central Limit Theorem can also be applied, as long as n is at least 30.

For a proportion p in a sample of size n, the sampling distribution of the sample proportion will be approximately normal with mean [tex]\mu = p[/tex] and standard deviation [tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

In this question:

[tex]p = 0.81[/tex]

Question a:

100 questions means that [tex]n = 100[/tex]

For the approximation, we have that:

[tex]\mu = p = 0.81[/tex]

[tex]s = \sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{0.81*0.19}{100}} = 0.0392[/tex]

This probability is the pvalue of Z when X = 0.77. So

[tex]Z = \frac{X - \mu}{\sigma}[/tex]

By the Central Limit Theorem

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{0.77 - 0.81}{0.0392}[/tex]

[tex]Z = 1.02[/tex]

[tex]Z = 1.02[/tex] has a pvalue of 0.8461

0.8461 = 84.61% probability that Jodi scores 77% or lower on a 100-question test.

Question b:

Now [tex]n = 250[/tex], so:

[tex]s = \sqrt{\frac{p(1-p)}{n}} = \sqrt{\frac{0.81*0.19}{250}} = 0.0248[/tex]

[tex]Z = \frac{X - \mu}{s}[/tex]

[tex]Z = \frac{0.77 - 0.81}{0.0248}[/tex]

[tex]Z = 1.61[/tex]

[tex]Z = 1.61[/tex] has a pvalue of 0.9463

0.9463 = 94.63% probability that Jodi will score 77% or lower.

Question c:

The formula for the standard deviation is:

[tex]s = \sqrt{\frac{p(1-p)}{n}}[/tex]

Meaning that it is inversely proportional to the square root of the sample size.

So, to reduce the standard deviation by half, the number of question must be multiplied by (2)^2 = 4.

100*4 = 400

So 400 questions.

d. Laura is a weaker student for whom p = 0.76. Does the answer you gave in (c) for standard deviation of Jodi's score apply to Laura's standard deviation also?

Yes, because the formula is the same, independently of the value of p.