Probability questions?

Two questions:


  • Find the probability of answering two multiple choice questions correctly if random guesses are made. Assume the questions each have five choices for the answer.
    Only one of the choices is correct.
  • Find the probability of answering two true or false questions correctly if random guesses are made.
    Only one of the choices is correct.

My issue: I don't know which probability rule to apply here...

1 Answer
Jul 11, 2017

First question:
You can reason the situation logically, or you can apply a law.

Probability of an event #=("number of wanted outcomes")/("total number of possible outcomes")#

If there are #5# possible answers for each question, there are:
#5 xx5 =25# possible combinations. Of these #25# possibilities, there is only one combination of #2# correct answers.
#P("2 correct answers") = 1/25#

Or you can use the law which says:

#P(2 "correct answers")#

#P(C,C) = P("first "C) and P("second "C)#
"AND" implies multiply.

#= 1/5 xx 1/5 = 1/25#

Second question:
The approach is the same, but there are only 2 options, each question is either "True or False"

#2xx2 = 4#

Only one combination is correct. #1/4#

#P(C,C) = P(C) xx P(C) = 1/2 xx 1/2 = 1/4#