document.write( "Question 1131126: A fair die is tossed three times in succession. Find the probability that the three resulting numbers include at least one 3. \n" ); document.write( "
Algebra.Com's Answer #747740 by stanbon(75887)    ![]() You can put this solution on YOUR website! A fair die is tossed three times in succession. Find the probability that the three resulting numbers include at least one 3. \n" ); document.write( "-------------- \n" ); document.write( "Binomial Problem with n = 3 ; p = 1/6 ; q = 5/6 \n" ); document.write( "----- \n" ); document.write( "P(at least one 3) = 1 - P(no threes) \n" ); document.write( "P(x >=1) = 1 - P(x = 0) \n" ); document.write( "--- \n" ); document.write( "= 1 - (5/6)^3 = 0.4213 \n" ); document.write( "---- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------ \n" ); document.write( " \n" ); document.write( "  |