document.write( "Question 331751: For a lottery drawing, balls numbered with the digits 1-9 are placed in three
\n" );
document.write( "bins and one ball is selected from each bin in order. What is the probability
\n" );
document.write( "that all three digits drawn will be odd?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237820 by Alan3354(69443) You can put this solution on YOUR website! For a lottery drawing, balls numbered with the digits 1-9 are placed in three \n" ); document.write( "bins and one ball is selected from each bin in order. What is the probability \n" ); document.write( "that all three digits drawn will be odd? \n" ); document.write( "-------------- \n" ); document.write( "5 of the 9 balls are odd. \n" ); document.write( "--> (5/9)^3 = 125/729 \n" ); document.write( "=~ 0.1715 \n" ); document.write( "or 17% \n" ); document.write( " \n" ); document.write( " |