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 #237888 by jrfrunner(365) You can put this solution on YOUR website! you have to consider all the possibilities of the three bins (say bin#1, bin#2 and bin#3). \n" ); document.write( "--- \n" ); document.write( "You need to find P(all three digits are odd/draw one from each bin) \n" ); document.write( "lets look at that \n" ); document.write( "first, acknowledge that there are a total of 5 odd numbers out of the 9 \n" ); document.write( "======= \n" ); document.write( "P(all three selected are odd, by selecting one from each of 3 bins) =\r \n" ); document.write( "\n" ); document.write( "P(all 3 selections are odd/Bin#1 has 0 odd balls) =0 \n" ); document.write( "in fact any bin having no odd numbers makes the prob of getting all 3 odd numbers 0, since the 3 numbers are obtained one from each bin \n" ); document.write( "---- \n" ); document.write( "P(all 3 numbers are odd / bin#1 has 1 odd,bin#2 has 0 odd 1,bin#3 has 3 odd)= this is not possible since there exists 5 odd numbers and this makes the total of 4 odd. \n" ); document.write( "P(all 3 numbers are odd / bin#1 has 1 odd,bin#2 has 1 odd,bin#3 has 3 odd)=1/3*1/3*3/3=3/27 \n" ); document.write( "P(all 3 numbers are odd / bin#1 has 1,bin#2 has 2,bin#3 has 2)=1/3*2/3*2/3=4/27 \n" ); document.write( "P(all 3 numbers are odd / bin#1 has 1,bin#2 has 3,bin#3 has 1)=1/3*3/3*1/3= 3/27 \n" ); document.write( "--- \n" ); document.write( "P(all 3 numbers are odd / bin#1 has 2 odd,bin#2 has 0 odd,bin#3 has 2 odd) = 2/3*0/3*2/3=0 \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 2 odd,bin#2 has 1 odd,bin#3 has 2 odd)=2/3*1/3*2/3=4/27 \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 2,bin#2 has 2,bin#3 has 1)=2/3*2/3*1/3=4/27 \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 2,bin#2 has 3,bin#3 has 0) = 2/3*3/3*0= 0 \n" ); document.write( "--- \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 3 odd,bin#2 has 0 odd,bin#3 has 2 odd) = 3/3*0/3*2/3=0 \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 3 odd,bin#2 has 1 odd,bin#3 has 1 odd)=3/3*1/3*1/3=3/27 \n" ); document.write( "P(all 3 numbers are odd/bin#1 has 3,bin#2 has 2,bin#3 has 0)= 3/3*2/3*0/3= 0\r \n" ); document.write( "\n" ); document.write( "So, summing all these probabilities =3/27+4/27+3/27+4/27+4/27+3/27=21/27\r \n" ); document.write( "\n" ); document.write( "P(all three selected are odd, by selecting one from each bin) =21/27 or 7/9 \n" ); document.write( "--- \n" ); document.write( "which is much higher than if you just put all the balls in one bin and selected 3 balls and asked the prob( all 3 are odd ) which would be 5/9*4/8*3/7=60/540=0.119\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |