Question
Question: In an examination, 20 questions of true-false type are asked. Suppose a student tosses a fair coin t...
In an examination, 20 questions of true-false type are asked. Suppose a student tosses a fair coin to determine his answer to each question. If the coin falls head, he answers true, if falls tails, he answers false. Find the probability that he answers at least 12 questions correctly.
Solution
Hint: To solve the question given above, we will use binomial distribution of probability. For this, we will first determine the total number of trails, the probability of success and the probability of failure respectively. Then we will put all these values in the formula of binomial distribution of probability as shown below: p(x=R)=nCrprqn−r
Where p is the probability of success, q is the probability of failure and n is the total number of trails.
Complete step-by-step answer :
To solve this question, we will use the method of Binomial distribution of probability. According to this method, the probability of getting exactly r success in n trials is given by the following formula: p(x=R)=nCrprqn−r
where, p= probability of success, q= probability of failure. So to use this formula, we will first determine the total number of trails. There are 20 true-false questions and the student will answer all of them, So the total number of trials is 20. Now it is given that he will answer true if outcome of coin tossing is heads and false if outcome of coin tossing is false. Thus, the probability that the answer will be correct is 21 because there are two options available and one of them is correct. Thus the probability of failure will be =21. Now, the students have to answer at least 12 questions correctly. The total number of questions he can answer are: 12, 13, 14, 15, 16, 17, 18, 19 and 20. So, the total probability will be as shown:
Total probability =p(x=12)+p(x=13)+p(x=14)+p(x=15)+p(x=16)+p(x=17)+p(x=18)+p(x=19)+p(x=20)
Now, we know that, p=21, q=21, n=20. So we will get:
Total probability =[20C12(21)12(21)20−12]+[20C13(21)13(21)20−13]+[20C14(21)14(21)20−14]
+[20C15(21)15(21)20−15]+[20C16(21)16(21)20−16]+[20C17(21)17(21)20−17]+[20C18(21)18(21)20−18]+[20C19(21)19(21)20−19]+[20C20(21)20(21)20−20]
Total probability =[20C12(21)12(21)8]+[20C13(21)13(21)7]+[20C14(21)14(21)6]
+[20C15(21)15(21)5]+[20C16(21)16(21)4]+[20C17(21)17(21)3]+[20C18(21)18(21)2]+[20C19(21)19(21)1]+[20C20(21)20(21)0]
Total probability =[20C12(21)20]+[20C13(21)20]+[20C14(21)20]
+[20C15(21)20]+[20C16(21)20]+[20C17(21)20]+[20C18(21)20]+[20C19(21)20]+[20C20(21)20]
Total probability =(21)20[20C12+20C13+20C14+20C15+20C16+20C17+20C18+20C19+20C20]
Now, we can also write xCy as xCx−y. So, we will get:
Total probability =(21)20[20C8+20C7+20C6+20C5+20C4+20C3+20C2+20C1+20C0]
Now, we will use the formula given below for calculating nCr
nCr=1.2.3.4............rn(n−1)(n−2).............(n−r+1)
Thus, 20C8=1×2×3×4×5×6×7×820×19×18×17×16×15×14×13=125970
20C7=1×2×3×4×5×6×720×19×18×17×16×15×14=7752020C6=1×2×3×4×5×620×19×18×17×16×15=3876020C5=1×2×3×4×520×19×18×17×16=1550420C4=1×2×3×420×19×18×17=484520C3=1×2×320×19×18=114020C2=1×220×19=19020C1=120=2020C0=1
Thus, we will put all these values in the total probability. Thus, we will get:
Total probability =(2)20125970+77520+38760+15504+4845+1140+190+20+1
Total probability =220263950=219131975
Note: We can also apply binomial distribution of probability in the following way. First we will find the probabilities of the cases when the student will answer less than 12 questions correctly. Then we will add all these cases and we will subtract it from 1. This is shown below:
Total probability =1−[p(x=0)+p(x=1)+p(x=2)+............+p(x=10)+p(x=11)]
Where p(x=r)=nCrprqn−r.