document.write( "Question 1055830: An instructor gives a pop quiz consisting of 10 multiple choice questions, where each question has 5 choices, (a) through (e). What is the probability of passing the pop quiz if you guess the answers? Passing means getting 8 out of 10 questions correct. \n" ); document.write( "
Algebra.Com's Answer #671003 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! There are 3 ways to pass \n" ); document.write( "Guess all 10, a probability of 0.2^10=1 x 10^(-7) \n" ); document.write( "Guess 9, which is 10 (10 different ways)(0.2^9)(0.8)=4 x 10^-6 \n" ); document.write( "Guess 8, of which there are 45 different ways, 0.2^8(0.8)^2=0.00007 \n" ); document.write( "Their sum is 0.0000741 \n" ); document.write( " |