Answer:
0.267
Step-by-step explanation:
This can be solved using the binomial probability formula which is:
[tex]P(success)=nCk*p^{k}(1-p)^{n-k}[/tex]
Where
n is total number of trials (here, the total number of questions is 8, so n = 8)
k is the number of attempts we are looking for (here, we want to find probability of 1 question correct, so k = 1)
p is the probability of success (here, success is getting a questions right. Since there are 4 choices and 1 is right, probability of right = 1/4)
Plugging all the info into the formula we get:
[tex]P(success)=nCk*p^{k}(1-p)^{n-k}\\P(1QuestionRight)=8C1*(\frac{1}{4})^{1}(1-\frac{1}{4})^{8-1}\\P(1QuestionRight)=\frac{8!}{(8-1)!*1!}(\frac{1}{4})(\frac{3}{4})^7\\P(1QuestionRight)=\frac{8!}{7!*1!}(\frac{1}{4})(\frac{3}{4})^7\\P(1QuestionRight)=8(\frac{1}{4})(\frac{3}{4})^7\\=0.267[/tex]
Second choice is right.