Using the binomial distribution, considering the probability of each event, the correct histogram is the fourth one.
For each question, there are only two possible outcomes, either the student guesses the correct answer, or not. The probability of guessing the correct answer on a question is independent of any other question, hence the binomial distribution is used to solve this question.
What is the binomial distribution formula?
The formula is:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]C_{n,x} = \frac{n!}{x!(n-x)!}[/tex]
The parameters are:
- x is the number of successes.
- n is the number of trials.
- p is the probability of a success on a single trial.
In this problem:
- There are questions, hence n = 5.
- They are true-false questions, that is, they have one correct option out of 2, hence p = 0.5.
Then, the probabilities are as follows:
[tex]P(X = x) = C_{n,x}.p^{x}.(1-p)^{n-x}[/tex]
[tex]P(X = 0) = C_{5,0}.(0.5)^{0}.(0.5)^{5} = 0.03125[/tex]
[tex]P(X = 1) = C_{5,1}.(0.5)^{1}.(0.5)^{4} = 0.15625[/tex]
[tex]P(X = 2) = C_{5,2}.(0.5)^{2}.(0.5)^{3} = 0.3125[/tex]
[tex]P(X = 3) = C_{5,3}.(0.5)^{3}.(0.5)^{2} = 0.3125[/tex]
[tex]P(X = 4) = C_{5,4}.(0.5)^{4}.(0.5)^{1} = 0.15625[/tex]
[tex]P(X = 5) = C_{5,5}.(0.5)^{5}.(0.5)^{0} = 0.03125[/tex]
Hence the fourth histogram is correct.
More can be learned about the binomial distribution at https://brainly.com/question/14424710