document.write( "Question 751439: 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( "Suppose you draw 2 beads out of the bag with replacement. Find the probability of drawing a red bead and then a black bead..
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #457197 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! There are 32+18+12+24+8 = 94 beads total\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = P(red) * P(black)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = (32/94)*(12/94)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = (32*12)/(94*94)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = (384)/(8836)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = 96/2209\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "P(red then black) = 0.04345857854232 (note: this is approximate) \n" ); document.write( " |