You can
put this solution on YOUR website!a multiple choice test has 25 questions with four responses each. in order to pass you must get at least 15 right. what is the probability of passing if you guess on all 25?
---
binomial problem with n = 25 and p(correct) = 1/4
---
P(x>=15) = 1 - binomcdf(25,1/4,14) = 0.0002145
===============
cheers,
Stan H.