Improve Test Scores: Solving Probability Problems with Expert Help

  • Thread starter Thread starter amywilliams99
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion focuses on calculating probabilities related to a student's performance on a multiple-choice test with 12 questions. The student has a 2/3 chance of knowing the correct answer and a 1/4 chance of guessing correctly if he does not know. To find the probability of getting exactly 9 questions right, the binomial distribution is applied, factoring in the overall probability of answering correctly, which is 3/4. Participants clarify the calculations for conditional probabilities and confirm the use of the Bernoulli distribution for the final probability computations. The conversation concludes with an expression of gratitude for the clarity provided in solving the problem.
amywilliams99
Messages
4
Reaction score
0
A student is about to take a test, which consists of 12 multiple choice
questions. Each question has 4 possible answers, of which only one is
correct. The student will answer each question independently. For each
question, there is a probability 2/3 that he knows the correct answer;
otherwise, he picks an answer at random.
(a) Compute the probability that he will get exactly 9 questions right.
(b) compute the probability that his 12th answer will be his 9th correct answer
(c) Compute the probability that his 6th answer will be the 5th correct answer and his 12th answer will be the 9th correct answer.

Please help. For a, I think its binomial distribution, but I am having trouble with the probability, Is it simply 2/3 or must you factor in the probability for guessing. ie - probability is 2/3 +1/4 for the correct answer??
 
Physics news on Phys.org
On any given question the probability that he gets the correct answer is 2/3 (knows) + 1/12 (doesn't know and guesses right) = 3/4. Use binomial to work out the probabilities.
 
mathman said:
On any given question the probability that he gets the correct answer is 2/3 (knows) + 1/12 (doesn't know and guesses right) = 3/4. Use binomial to work out the probabilities.

Can I ask why 1/12 for the probability of doesn't know and guesses right? Wouldnt it be 1/4, given that there are 4 possible multiple choice answers?
 
amywilliams99 said:
A student is about to take a test, which consists of 12 multiple choice
questions. Each question has 4 possible answers, of which only one is
correct. The student will answer each question independently. For each
question, there is a probability 2/3 that he knows the correct answer;
otherwise, he picks an answer at random.
(a) Compute the probability that he will get exactly 9 questions right.

Please help. For a, I think its binomial distribution, but I am having trouble with the probability, Is it simply 2/3 or must you factor in the probability for guessing. ie - probability is 2/3 +1/4 for the correct answer??

Since answering each question is independent from the others, it is sufficient to calculate the probability p that the student will answer the question right. Then the required probability is given by the Bernoulli distribution:

<br /> P_{9}(12, p) = \left( \begin{array}{c}12 \\ 9 \end{array} \right) p^{9} q^{3}, \ p + q = 1<br />

On to calculating p! This is solved by the formula for total probability under conditional probability. Namely, let event A be: "The student knows the correct answer" and let \overline{A} be: "The student does not know the correct answer". From what is given, we have:

<br /> P(A) = \frac{2}{3}, \ P(\overline{A}) = 1 - P(A) = \frac{1}{3}<br />

Then, we have B be: "The student chooses the correct answer". We need the conditional probabilities P(B | A) and P(B | \overline{A}) to calculate P(B) \equiv p. These are derived using logic and what is given:


<br /> P(B | A) = 1<br />

because the student will definitely choose the correct answer if he knows the correct answer (event A).


<br /> P( B | \overline{A}) = \frac{1}{4}<br />

because the student chooses at random out of 4 choices when he does not know the correct answer (event \overline{A}). Then, by the formula for the total probability:


<br /> p \equiv P(B) = P(A) P(B | A) + P(\overline{A}) P(B | \overline{A}) = \frac{2}{3} \cdot 1 + <br /> \frac{1}{3} \cdot \frac{1}{4} = \frac{2}{3} + \frac{1}{12} = \frac{9}{12} = \frac{3}{4}<br />

All you need to do is substitute in the other numbers and compute the result. Good luck! :)
 
Thank you SO much, I understand!
 
I was reading documentation about the soundness and completeness of logic formal systems. Consider the following $$\vdash_S \phi$$ where ##S## is the proof-system making part the formal system and ##\phi## is a wff (well formed formula) of the formal language. Note the blank on left of the turnstile symbol ##\vdash_S##, as far as I can tell it actually represents the empty set. So what does it mean ? I guess it actually means ##\phi## is a theorem of the formal system, i.e. there is a...
Back
Top