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 #573008 by stanbon(75887) ![]() You can put this solution on YOUR website! 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( "---- \n" ); document.write( "P(3 heads in 7 rolls) = 7C3(1/2)^7 = 0.2734 \n" ); document.write( "--- \n" ); document.write( "P(2 sixes) = 7C2(1/6)^2(5/6)^5 = 0.2344 \n" ); document.write( "------ \n" ); document.write( "P(win) = 0.2734+0.2344 = 0.5078 \n" ); document.write( "------ \n" ); document.write( "P(not win) = 1-0.5078 = 0.4922 \n" ); document.write( "---- \n" ); document.write( "Ans: Odds of winning = P(win)/P(not winning) :::: 0.5078/0.4922 \n" ); document.write( "------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------------- \n" ); document.write( " |