document.write( "Question 904143: In a multiple choice exam, there are 5 questions and 4 choices for each question (a, b, c, d). Nancy has not studied for the exam at all and decides to randomly guess the answers. What is the probability that Nancy gets all of the questions right? \n" ); document.write( "
Algebra.Com's Answer #548543 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(correct) = .25, n = 5 \n" ); document.write( "P(x=5) = binomcdf(5, .25,5) = .25^5 \n" ); document.write( " |