document.write( "Question 296589: A standard slot machine has three wheels that spin independently. Each has 10 equally likely symbols: 4 bars, 3 lemons, 2 cherries, and a bell. If you play once, what is the probability that you will get:
\n" );
document.write( "a) 3 lemons =
\n" );
document.write( "b) No fruit symbols =
\n" );
document.write( "c) 3 bells (the jackpot) =
\n" );
document.write( "d) No bells =
\n" );
document.write( "e) At least one bar (An automatic loser)= \n" );
document.write( "
Algebra.Com's Answer #213681 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A standard slot machine has three wheels that spin independently. Each has 10 equally likely symbols: 4 bars, 3 lemons, 2 cherries, and a bell. If you play once, what is the probability that you will get: \n" ); document.write( "a) 3 lemons = (0.3)^3 = 0.027 \n" ); document.write( "------------------------------------ \n" ); document.write( "b) No fruit symbols = (0.5)^3 = 0.125 \n" ); document.write( "c) 3 bells (the jackpot) = (0.1)^3 = 1/1000 \n" ); document.write( "d) No bells = (999/1000) \n" ); document.write( "e) At least one bar (An automatic loser)= 1 - P(no bars) \n" ); document.write( "= 1 - 3C0(0.4)^0*0.6^3 = 1-0.6^3 = 0.784 \n" ); document.write( "============================================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |