document.write( "Question 804734: You take a 10 question multiple choice test. Each question has 4 choices and you randomly guess on each. What is the probability of getting 7 questions correct? \n" ); document.write( "
Algebra.Com's Answer #484885 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! You take a 10 question multiple choice test. Each question has 4 choices and you randomly guess on each. What is the probability of getting 7 questions correct? \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 10 and p(correct) = 1/4 \n" ); document.write( "----- \n" ); document.write( "P(x = 7) = 10C7*(1/4)^7*(3/4)^3 = binompdf(10,1/4,7) = 0.0031 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |