document.write( "Question 841170: In playing Monopoly, rolling doubles three times in a row sends you to jail. If you roll the dice 100 times over the course of a game, what is the probability that you will have rolled doubles, at any point, exactly three times \n" ); document.write( "
Algebra.Com's Answer #506695 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
In playing Monopoly, rolling doubles three times in a row sends you to jail. If you roll the dice 100 times over the course of a game, what is the probability that you will have rolled doubles, at any point, exactly three times
\n" ); document.write( "--------------------------------
\n" ); document.write( "Binomial Problem with n = 100 and p(doubles) = 1/6
\n" ); document.write( "-----
\n" ); document.write( "P(x = 3) = 100C3(1/6)^3*(5/6)^97 = binompdf(100,1/6,3) = 0.000156..
\n" ); document.write( "------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "===================
\n" ); document.write( "
\n" );