document.write( "Question 918181: A student is taking a multiple-choice exam with 16 questions. Each question has five alternatives. If the student guesses on 12 of the questions, what is the probability she will guess at least 8 [of those questions] correct? Assume all of the alternatives are equally likely for each question on which the student guesses. \n" ); document.write( "
Algebra.Com's Answer #556944 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(correct) = .2 , n = 16 \n" ); document.write( "P( x ≥ 8) = 1 - binomcdf(16, .2, 7) \n" ); document.write( " |