SOLUTION: A true/false test has 4 questions. What is the probability of getting at least 3 right by guessing the answers randomly?
Algebra ->
Probability-and-statistics
-> SOLUTION: A true/false test has 4 questions. What is the probability of getting at least 3 right by guessing the answers randomly?
Log On
Question 1042801: A true/false test has 4 questions. What is the probability of getting at least 3 right by guessing the answers randomly? Found 2 solutions by ikleyn, MathTherapy:Answer by ikleyn(52754) (Show Source):
You can put this solution on YOUR website! .
A true/false test has 4 questions. What is the probability of getting at least 3 right by guessing the answers randomly?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The full space of outcomes has = 16 elements.
The successive outcomes are (a) 4 matching of 4 (only one), and (b) 3 matching of 4 (4 possibilities).
You can put this solution on YOUR website! A true/false test has 4 questions. What is the probability of getting at least 3 right by guessing the answers randomly?
Probability of getting at least 3 means the probability of getting 3 or the probability of getting 4 correct.
Use the BINOMIAL PROBABILITY formula:
Probability of getting 3 correct:
Probability of getting 4 correct:
Probability of getting at least 3 correct (probability of getting 3 or 4 correct): OR
Use the BINOMCDF feature on a calculator (e.g. TI-83/84). Enter: binomcdf(4,.5,1). You should also get OR
Use MS Excel. Enter: "=1-binomdist(3-1,4,.5,1." You should also get the above answer.