document.write( "Question 866650: A die is tossed 12 times. What is the probability of getting exactly three 3's? \n" ); document.write( "
Algebra.Com's Answer #522413 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! This is a binomial distribution problem with p = 1/6 (that's the probability of rolling a single 3), n = 12\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "In this case, x = 3 since we want exactly 3 threes.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now compute n C x = 12 C 3 = (12!)/(3!*(12-3)!) = 220. This is the binomial coefficient.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So we'll then have 220*p^(x)*(1-p)^(n-x) = 220*(1/6)^(3)*(1-1/6)^(12-3) = 0.19739571242092\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the probability of getting exactly 3 threes is approximately 0.19739571242092 (roughly 19.73957%) \n" ); document.write( " |