document.write( "Question 732237: Teacher gave his class a multiple choice quiz containing five questions. A student must answer at least 4 questions correctly to pass. Student decided to guess on every question. If each of the four possible answers to each question is equally likely to be chosen, what is the probability that student passed the quiz \n" ); document.write( "
Algebra.Com's Answer #447779 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
Teacher gave his class a multiple choice quiz containing five questions. A student must answer at least 4 questions correctly to pass. Student decided to guess on every question. If each of the four possible answers to each question is equally likely to be chosen, what is the probability that student passed the quiz?
\n" ); document.write( "------------------
\n" ); document.write( "Binomial Problem with n = 5 ; P(correct) = 1/4
\n" ); document.write( "------
\n" ); document.write( "P(4<= x <=5) = 1 - binomcdf(5,1/4,3) = 0.0156
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "=======================
\n" ); document.write( "
\n" ); document.write( "
\n" );