document.write( "Question 1152270: A bag contains 15 black balls, 8 green balls and 10 white balls. If the three balls are drawn
\n" );
document.write( "a: with replacement
\n" );
document.write( "b: without replacement
\n" );
document.write( "Find if the balls are:
\n" );
document.write( "i. of the same colour
\n" );
document.write( "ii. of different colour
\n" );
document.write( "iii.two are black one green
\n" );
document.write( "iv.two are white one is black
\n" );
document.write( "v. two are green one is black
\n" );
document.write( "vi. non are black
\n" );
document.write( "vii. non are green
\n" );
document.write( "viii. non are green \n" );
document.write( "
Algebra.Com's Answer #774257 by Boreal(15235) You can put this solution on YOUR website! With replacement and 33 balls total \n" ); document.write( "1. Same color (15/33)^3+(8/33)^3+(10/33)^3 \n" ); document.write( "2. different color 1- answer above. \n" ); document.write( "3. two black and one green- 3 ways to happen so 3*(15/33)(15/33)*8/33 \n" ); document.write( "4. two white and one black- 3(10/33)(10/33)(15/33) \n" ); document.write( "5. this would be 3*(8/33)(8/33)(15/33) \n" ); document.write( "6. none is black (18/33)(18/33)*18/33) \n" ); document.write( "7. none is green (25/33)^3\r \n" ); document.write( "\n" ); document.write( "with replacement \n" ); document.write( "1. (15/33)(14/32)(13/31)+(8/33)*(7/32)(6/31)+(10/33)(9/32)(8/31)--here, the numerator decreases by 1 and the denominator as well after each draw. \n" ); document.write( "2.1- the above answer for different color. \n" ); document.write( "3. 2 black 1 green. the factors change, but their product does not. \n" ); document.write( "this is 3(15/33)(14/32)(8/31) \n" ); document.write( "4. 2 white and one black is 3(10/33)(9/32)(15/31) \n" ); document.write( "5. 2 green and one black is 3(8/33)(7/32)(15/31) \n" ); document.write( "6. none is black (18/33)(17/32)(16/31) \n" ); document.write( "7. none is green (25/33)(24/32)(23/31) \n" ); document.write( " |