A student takes a 10-question, multiple-choice exam with three choices for each
question and guesses on each question. Find the probability of guessing exactly
2 out of 10 correctly.
The formula for getting exactly x successes oout of n trials, when the
probability of getting 1 success in 1 trial is p, is
Here n=10 questions, p =
= 0.1
You can also get it on a TI graphing calculator:
2nd, VARS, scroll down to binompdf(, ENTER
10 trials, p is 0.1, x value is 2
binompdf(10,0.1,2) ENTER
Or use a binomial table if you have one.
Edwin