document.write( "Question 847586: A multiple choice exam consists of 25 questions, each with 4 possible answers. What is the probability that they get at least 15 questions correct? \n" ); document.write( "
Algebra.Com's Answer #510572 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi
\n" ); document.write( "questions, each with 4 possible answers: p(c0rrect) = .25
\n" ); document.write( "Using TI Calculator
\n" ); document.write( "P(x ≥ 15) = 1 – binomcdf(n, p, largest x-value) = 1 - binomcdf(25, .25, 14) \n" ); document.write( "
\n" );