Respuesta :
0.1449 = 14.49% probability that 6 students or more will score an "A" on the final exam.
---------------
For each student, there are only two possible outcomes. Either they score an A, or they do not. The probability of a student scoring an A is independent of any other student, which means that the binomial probability distribution is used to solve this question.
Additionally, to find the proportion of students who scored an A, the normal distribution is used.
----------------
Binomial probability distribution
The binomial probability is the probability of exactly x successes on n repeated trials, and X can only have two outcomes.
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
In which is the number of different combinations of x objects from a set of n elements, given by the following formula.
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
And p is the probability of a success.
----------------
Normal Probability Distribution
Problems of normal distributions can be solved using the z-score formula.
In a set with mean and standard deviation , 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.
----------------
Proportion of students that scored an A:
Scores have a mean of 79 and a standard deviation of 11.3, which means that [tex]\mu = 79, \sigma = 11.3[/tex]
Scores of 90 or higher are graded an A, which means that the proportion is 1 subtracted by the p-value of Z when X = 90, so:
[tex]Z = \frac{X - \mu}{\sigma}[/tex]
[tex]Z = \frac{90 - 79}{11.3}[/tex]
[tex]Z = 0.97[/tex]
[tex]Z = 0.97[/tex] has a p-value of 0.8340.
1 - 0.8340 = 0.166
The proportion of students that scored an A is 0.166.
----------------
Probability that 6 students or more will score an "A" on the final exam:
Binomial distribution.
22 students, which means that [tex]n = 22[/tex]
The proportion of students that scored an A is 0.166, which means that [tex]p = 0.166[/tex]
The probability is:
[tex]P(X \geq 6) = 1 - P(X < 6)[/tex]
In which
[tex]P(X < 6) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5)[/tex]
Then
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{22,0}.(0.166)^{0}.(0.834)^{22} = 0.0184[/tex]
[tex]P(X = 1) = C_{22,1}.(0.166)^{1}.(0.834)^{21} = 0.0807[/tex]
[tex]P(X = 2) = C_{22,2}.(0.166)^{2}.(0.834)^{20} = 0.1687[/tex]
[tex]P(X = 3) = C_{22,3}.(0.166)^{3}.(0.834)^{19} = 0.2239[/tex]
[tex]P(X = 4) = C_{22,4}.(0.166)^{4}.(0.834)^{18} = 0.2117[/tex]
[tex]P(X = 5) = C_{22,5}.(0.166)^{5}.(0.834)^{17} = 0.1517[/tex]
Then
[tex]P(X < 6) = P(X = 0) + P(X = 1) + P(X = 2) + P(X = 3) + P(X = 4) + P(X = 5) = 0.0184 + 0.0807 + 0.1687 + 0.2239 + 0.2117 + 0.1517 = 0.8551[/tex]
[tex]P(X \geq 6) = 1 - P(X < 6) = 1 - 0.8551 = 0.1449[/tex]
Thus
0.1449 = 14.49% probability that 6 students or more will score an "A" on the final exam.
For a problem that used the normal distribution, you can check https://brainly.com/question/15181104, and for a problem that used the binomial distribution, you can check https://brainly.com/question/15557838