document.write( "Question 163450: What's the probability that a sum of 7 or 11 appears at least twice, if the a pair of fair dice are tossed 3 times. \n" ); document.write( "
Algebra.Com's Answer #120416 by edjones(8007)![]() ![]() You can put this solution on YOUR website! The probability of 11 on one roll is 2/36 \n" ); document.write( "The probability of 7 on one roll is 6/36 \n" ); document.write( "The probability of 7 or 11 on one roll is 8/36=2/9 \n" ); document.write( "(a+b)^3=a^3+3a^2b+3ab^2+b^3 \n" ); document.write( "Let a=2/9 and b=7/9 \n" ); document.write( "We are only interested in the 1st 2 terms: \n" ); document.write( "(2/9)^3+3(2/9)^2(7/9)=.1262 answer. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " \n" ); document.write( " |