document.write( "Question 751550: Suppose you have a bag containing the following
\n" );
document.write( "32 red beads
\n" );
document.write( "18 white beads
\n" );
document.write( "12 black beads
\n" );
document.write( "24 yellow beads
\n" );
document.write( "8 pink beads.. \r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "Suppose you draw 2 beads out of the bag without replacement. Find the probability of drawing a white bead and then a black bead. \n" );
document.write( "
Algebra.Com's Answer #457261 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Total beads - 94 \n" ); document.write( "Drawing a white bead 18/94 = 9/47 \n" ); document.write( "Total beads without replacing first bead \n" ); document.write( "= 93. \n" ); document.write( "Drawing a black bead 12/93 = 4/31 \n" ); document.write( " |