document.write( "Question 1167457: Suppose you are taking a 10--question quiz where each question has four possible answers. What's the probability that you will get at most 3 questions right? \n" ); document.write( "
Algebra.Com's Answer #792022 by VFBundy(438) You can put this solution on YOUR website! Probability of getting exactly three questions right: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability of getting exactly two questions right: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability of getting exactly one question right: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability of getting exactly zero questions right: \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "Probability of getting \"at most three\" questions right: \n" ); document.write( "0.2503 + 0.2816 + 0.1877 + 0.0563 = 0.7759 |