Skip Navigation

What are the odds of getting a passing grade by sheer guessing here?

Hi,

I just did a test which had two multiple choice questions. Each question was worth one point. Getting them both right would result in getting a 100% score. Suffice it to say, getting just one question right would give you 50% and with that a passing grade.

So you have two multiple choice questions. Both of which are unrelated to the other. Each question has four possible answers. When you finish the test. You get to have one more try. The questions and possible answers remain the same.

Let's say you use both tries and you remember your previous two respected answers. What would your odds be, if you were to brute force guess your way through this test, to get a passing grade or a 100%?

Edit: Both questions only have one correct answer.

IMPORTANT EDIT: YOU DO NOT KNOW WHICH ANSWER YOU HAD RIGHT OR WRONG THE SECOND TIME AROUND. You only know how many questions you got right. But you don't know which. Sorry for the confusion!

27

You're viewing a single thread.

27 comments
  • Let's assume you get every answer wrong every time. For the first try you have a 75% chance of getting each question wrong. So this is 0.75x0.75 for both questions being wrong. This is a 56.25% chance of being incorrect on the first test.

    The second test you now have 3 possible answers for each question since you can now eliminate the incorrect answers from the previous test. You now have a 66.6% chance of getting each question wrong. This is now 0.66x0.66 to get both wrong, so a 43.56% chance of failing a second time.

    Now let's find the chance that you fail both the first and second attempt. This is 0.5625x0.4356 which gives 24.5% chance of failing both. We can do 1-0.245 to find the chance of passing, which gives a 75.5% chance of passing on one of the two attempts.

    Been a long time since I've done something like this, so please correct if wrong. You should be able to do the opposite and calculate all the different ways of passing a and total to 100%, but that is longer than this and I cannot be bothered to check.

    • The probability of getting at least one right (50%) is: either you get the 1st one right and miss the second, or vice versa. Thats 0.250.75 + 0.750.25 = 0.50.75 = 0.375 or 37.5%, not 18.75%, so the probability of getting at least 50% is 0.375 + 0.0625 = 0.4375 or 43.75%, even without retries, so pretty good odds. The probability of missing both is 1 - 0.4375 = 0.5625 (or 0.750.75).

      When you retry, there's two possibilities:

      1. You missed both: now your probability of getting at least one of them right is: (1/3)(1/3) + 2*(1/3)(2/3) =~ 55.55%
      2. You got only one wrong: you just need to guess the other, so it's 100% for you to get at least one, and 1/3 (33.33%) to get both

      So, including a retry, you either:

      1. Guess them both the first try: 0.0625 or 6.25%
      2. Guess one of them, then guess both: 0.375*(1/3) = 0.125
      3. Guess one of them, then still guess only one: 0.375*(2/3) = 0.25 or 25%
      4. Guess none first, then guess one: 0.56252(1/3)(2/3) = 0.25 or 25%
      5. Guess none first, then guess both: 0.5625*(1/3)*(1/3) = 0.0625 or 6.25%
      6. Guess none, then still guess none: 0.5625*(2/3)*(2/3) = 0.25 or 25%

      So, probability of a passing grade is 75%. Not a very good test if it's so easy to pass by random guessing ;)

You've viewed 27 comments.