Q:

In a multiple choice quiz there are 5 questions and 4 choices for each question (a, b, c, d). Robin has not studied for the quiz at all, and decides to randomly guess the answers. (Round your answers to four decimal places.) (a) What is the probability that the first question she gets right is the second question? (b) What is the probability that she gets exactly 1 or exactly 2 questions right? (c) What is the probability that she gets the majority of the questions right?

Accepted Solution

A:
Answer:a) There is a 18.75% probability that the first question that she gets right is the second question.b) There is a 65.92% probability that she gets exactly 1 or exactly 2 questions right.c) There is a 10.35% probability that she gets the majority of the questions right.Step-by-step explanation:Each question can have two outcomes. Either it is right, or it is wrong. So, for b) and c), we use the binomial probability distribution to solve this problem.Binomial probability distributionThe 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}.\pi^{x}.(1-\pi)^{n-x}[/tex]In which [tex]C_{n,x}[/tex] is the number of different combinatios 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 [tex]\pi[/tex] is the probability of X happening.In this problem we have that:Each question has 4 choices. So for each question, Robin has a [tex]\frac{1}{4} = 0.25[/tex] probability of getting ir right. So [tex]\pi = 0.25[/tex]. There are five questions, so [tex]n = 5[/tex].(a) What is the probability that the first question she gets right is the second question? There is a 75% probability of getting the first question wrong and there is a 25% probability of getting the second question right. These probabilities are independent.So[tex]P = 0.75(0.25) = 0.1875[/tex]There is a 18.75% probability that the first question that she gets right is the second question.(b) What is the probability that she gets exactly 1 or exactly 2 questions right? This is: [tex]P = P(X = 1) + P(X = 2)[/tex][tex]P(X = x) = C_{n,x}.\pi^{x}.(1-\pi)^{n-x}[/tex][tex]P(X = 1) = C_{5,1}.(0.25)^{1}.(0.75)^{4} = 0.3955[/tex][tex]P(X = 2) = C_{5,2}.(0.25)^{2}.(0.75)^{3} = 0.2637[/tex][tex]P = P(X = 1) + P(X = 2) = 0.3955 + 0.2637 = 0.6592[/tex]There is a 65.92% probability that she gets exactly 1 or exactly 2 questions right.(c) What is the probability that she gets the majority of the questions right?That is the probability that she gets 3, 4 or 5 questions right.[tex]P = P(X = 3) + P(X = 4) + P(X = 5)[/tex][tex]P(X = x) = C_{n,x}.\pi^{x}.(1-\pi)^{n-x}[/tex][tex]P(X = 3) = C_{5,3}.(0.25)^{3}.(0.75)^{2} = 0.0879[/tex][tex]P(X = 4) = C_{5,4}.(0.25)^{4}.(0.75)^{1} = 0.0146[/tex][tex]P(X = 5) = C_{5,5}.(0.25)^{5}.(0.75)^{0} = 0.001[/tex][tex]P = P(X = 3) + P(X = 4) + P(X = 5) = 0.0879 + 0.0146 + 0.001 = 0.1035[/tex]There is a 10.35% probability that she gets the majority of the questions right.