document.write( "Question 672420: A die is rolled 15 times. What is the probability of at least two 2's appearing? (Round your answer to four decimal places.) \n" ); document.write( "
Algebra.Com's Answer #418018 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A die is rolled 15 times. What is the probability of at least two 2's appearing? (Round your answer to four decimal places.)
\n" ); document.write( "------------
\n" ); document.write( "Binomial Problem with n = 15 and p(2) = 1/6
\n" ); document.write( "-----
\n" ); document.write( "P(2<= x <=15) = 1 - P(0<= x <=1) = 1-binomcdf(15,1/6,1) = 0.7404
\n" ); document.write( "===========
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===========
\n" ); document.write( "
\n" );