document.write( "Question 1033923: You guess on all of the answers on a 10 question quiz. If there are 4 possible answers for each question, what is the probability that you get 3 questions right? \n" ); document.write( "
Algebra.Com's Answer #648534 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! We use the binomial probability formula for this problem \n" ); document.write( ": \n" ); document.write( "Probability(P) = 1/4 for guessing a question correctly \n" ); document.write( ": \n" ); document.write( "P(guessing 3 problems correctly) = 10C3 * (1/4)^3 * (3/4)^7 \n" ); document.write( ": \n" ); document.write( "Note 10C3 = 10! / (3! * 7!) = 10*9*8 / (3 * 2) = 120 \n" ); document.write( ": \n" ); document.write( "******************************************************************** \n" ); document.write( "P(guessing 3 problems correctly) = 120 * (1/64) * (2187/16384) = .1% \n" ); document.write( "******************************************************************** \n" ); document.write( ": \n" ); document.write( " |