document.write( "Question 940217: Please help ! One enterprising gambler decides to take a bet that if he flips a coin 7 times in a row and rolls a die 7 times in a row, he will get exactly 3 heads or 2 sixes. What are his odds of winning the bet ? (answer to the nearest hundredth percent ) \n" ); document.write( "
Algebra.Com's Answer #573010 by mathmate(429) You can put this solution on YOUR website! Given: \n" ); document.write( "flips (fair) coin 7 times. \n" ); document.write( "rolls (fair) die 7 times. \n" ); document.write( "Find \n" ); document.write( "Probability of getting 3 heads or 2 sixes or both.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Using binomial distribution, \n" ); document.write( "For coin, p=0.5, n=7, r=3, C(n,r)=n!/((n-r)!r!) \n" ); document.write( "P(3H) = \n" ); document.write( "For die, p=1/6, n=7, r=2, \n" ); document.write( "P(2-\"6\") \n" ); document.write( " \n" ); document.write( "Since the two processes can be considered independent, so P(A & B)=P(A)*P(B), \n" ); document.write( "Using \n" ); document.write( "P(A or B) = P(A) + P(B) -P(A & B) \n" ); document.write( "= 0.27344+0.23443-(0.27344*0.23443) \n" ); document.write( "= 0.4438 \n" ); document.write( " |