document.write( "Question 1180447: From a bag containing 4 white and 6 black balls, two balls are drawn at random. If the
\n" );
document.write( "balls are drawn one after the other without replacement, find the probability that
\n" );
document.write( "3.1 both balls are white.
\n" );
document.write( "3.2 both balls are black.
\n" );
document.write( "3.3 the first ball is white and the second ball is black. \n" );
document.write( "
Algebra.Com's Answer #810110 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! 3.1 (4/10)*(3/9) \n" ); document.write( "3.2 (6/10)*(5/9) \n" ); document.write( "3.3 (4/10)*(6/9) \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "NOTE that in 3.3, the order matters. If we didn't care about order and just wanted P(you end up with one white and one black) = (6/10)*(4/9) + (4/10)*(6/9), which happens to be twice that found in 3.3, and is also equal to 1 - ((3.1) +(3.2)) which should make sense intuitively (you select two balls, they are either both black, both white, or one of each color). \n" ); document.write( " |