document.write( "Question 583349: Please help me find the Probability: A student guesses on every question of a multiple-choice test that has 9 questions, each with 5 possible answers. What is the probability that the student will get at least 7 of the questions right? \n" ); document.write( "
Algebra.Com's Answer #372416 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A student guesses on every question of a multiple-choice test that has 9 questions, each with 5 possible answers. What is the probability that the student will get at least 7 of the questions right?
\n" ); document.write( "--------------------
\n" ); document.write( "Binomial Problem with n = 9 ; p(correct)=1/5 ; p(wrong)=4/5
\n" ); document.write( "--------------------
\n" ); document.write( "P(7<= x <=9)
\n" ); document.write( "= 1 - P(0<= x <=6)
\n" ); document.write( "= 1 - binomcdf(9,1/5,6)
\n" ); document.write( "= 0.000314
\n" ); document.write( "---------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "==================
\n" ); document.write( "
\n" ); document.write( "
\n" );