document.write( "Question 552671: when playing bingo, 75 balls are placed in a bin and balls are selected at random. each ball is marked with a letter and a number as indicated in the following chart. B I N G O
\n" );
document.write( " 1-15 16-30 31-45 46-60 61-75
\n" );
document.write( "For example, there are balls marked b1, b2, up to b15; i16, i17, up to i30; and so on. Assuming one bingo ball is selected at random, determine the odd against it containing the letter G. \n" );
document.write( "
Algebra.Com's Answer #360731 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! when playing bingo, 75 balls are placed in a bin and balls are selected at random. each ball is marked with a letter and a number as indicated in the following chart. B I N G O \n" ); document.write( "1-15 16-30 31-45 46-60 61-75 \n" ); document.write( "For example, there are balls marked b1, b2, up to b15; i16, i17, up to i30; and so on. Assuming one bingo ball is selected at random, determine the odd against it containing the letter G. \n" ); document.write( "----- \n" ); document.write( "# of G-balls: 15 \n" ); document.write( "----- \n" ); document.write( "# of non-G balls: 60 \n" ); document.write( "----- \n" ); document.write( "P(non-G) = 60/75 \n" ); document.write( "P(G-balls) = 15/75 \n" ); document.write( "--- \n" ); document.write( "Odds against it being a G-ball = (60/75)/(15/75) = 60/15 = 4:1 \n" ); document.write( "-------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================== \n" ); document.write( " |