document.write( "Question 674964: A multiple choice quiz has 5 questions, each with 5 answers. If you guess on all 5 questions what is the probability that you get at least one right? \n" ); document.write( "
Algebra.Com's Answer #419538 by stanbon(75887) ![]() You can put this solution on YOUR website! A multiple choice quiz has 5 questions, each with 5 answers. If you guess on all 5 questions what is the probability that you get at least one right? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem n = 5 and p(correct) = 1/5 ; p(wrong) = 4/5 \n" ); document.write( "--------- \n" ); document.write( "P(1 <= x <= 5) = 1 - P(x = 0) \n" ); document.write( "--- \n" ); document.write( "= 1 - (4/5)^5 \n" ); document.write( "------- \n" ); document.write( "= 0.6723 \n" ); document.write( "=============== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |