Answer:
The probability of a subject correctly guesses at least 10 of the 20 shapes is 0.014
Step-by-step explanation:
Looking at the experiment, we can find the probability thinking it as a Bernoulli experiment (dicotomic variable), as the subject either guess the shape right or not, and each guess is independent from the others (as are due to chance).
We are going to use a binomial distribution (useful to model successes in n Bernoulli experiments), as we want to know the probability of at least 10 right guesses (number of sucess) in 20 cards (number of independent experiments). The probability of guessing right a shape is:
[tex]\mbox{Probability of guessing right}=\frac{\mbox{favorable cases}}{\mbox{total cases}}=\frac{1}{4}[/tex]
The probability of k sucesses in n experiments, each with a p probability of sucess is given by:
[tex]P(X = k) = \binom{n}{k}p^k(1-p)^{n-k}[/tex]
As we want to know the probability of getting at least 10 correct guesses, we have to add the odds for 10, 11, 12, ..., 20 right guesses:
[tex]P(X \ge 10) = \sum_{i=10}^{20} {20\choose i}0.25^i(1-0.25)^{20-i}=0.014[/tex]