document.write( "Question 1002984: In a history class, Colin and Diana both write a multiple choice quiz. There are 10 questions. Each question has 5 possible answers. What is the probability that Diana will pass the test if she studies so that she has 75% chance of answering each question correctly. \n" ); document.write( "
Algebra.Com's Answer #619844 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! I don't know what passing is. I will assume 70%. \n" ); document.write( "The 5 possible answers appears not to be relevant, since she has a 75% chance of answering each question correctly. \n" ); document.write( "She has to get 7 or more correct. \n" ); document.write( "10C7(0.75)^7(0.25)^3=0.2503 \n" ); document.write( "10C8(0.75)^8(0.25)^2=0.2816 \n" ); document.write( "10C9(0.75)^9(0.25)=0.1877 \n" ); document.write( "0.75^10=0.0563 \n" ); document.write( "P=0.7759 \n" ); document.write( " |