Final answer:
To find the probability of getting four or more correct answers just by guessing on a multiple-choice exam with four possible answers for each of the five questions, the probability can be calculated using the binomial distribution formula.
Step-by-step explanation:
To find the probability of getting four or more correct answers just by guessing on a multiple-choice exam with four possible answers for each of the five questions, we can use the formula P(A≥4)=P(A=4)+P(A=5), where A represents the number of correct answers. Each answer is independent, so the probability of guessing a correct answer is 1/4.
Therefore, the probability can be calculated as:
P(A≥4) = dbinom(x=4, size =5, prob =1/4) + dbinom(x=5, size =5, prob =1/4) = 0.0884 + 0.0026 = 0.0910.