document.write( "Question 1133258: a bag contain 2 white ball and 3 black balls obtain probability distribution of the of white balls if 2 balls are selected? \n" ); document.write( "
Algebra.Com's Answer #750429 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
I assume the balls are selected without replacement
\n" ); document.write( ":
\n" ); document.write( "let w stand for a white ball and b stand for a black ball, then we have the following outcomes
\n" ); document.write( ":
\n" ); document.write( "(w,w), (w,b), (b,w), (b,b)
\n" ); document.write( ":
\n" ); document.write( "Probability(P) of (w,w) is (2/5)*(1/4) = 2/20 = 1/10
\n" ); document.write( ":
\n" ); document.write( "P of (w,b) = (2/5)*(3/4) = 6/20 = 3/10
\n" ); document.write( ":
\n" ); document.write( "P of (b,w) = (3/5)*(2/4) = 6/20 = 3/10
\n" ); document.write( ":
\n" ); document.write( "P of (b,b) = (3/5)*(2/4) = 6/20 = 3/10
\n" ); document.write( ":
\n" ); document.write( "Probability distribution of white balls
\n" ); document.write( ":
\n" ); document.write( "Number of White balls|Probability
\n" ); document.write( "0 0.3
\n" ); document.write( "1 0.6
\n" ); document.write( "2 0.1
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );