document.write( "Question 75992: Four balls are selected at random without replacement from an urn containing three white balls and five blue balls. Find the probability of two or three of the balls are white. \n" ); document.write( "
Algebra.Com's Answer #54573 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Four balls are selected at random without replacement from an urn containing three white balls and five blue balls. Find the probability of two or three of the balls are white. \n" ); document.write( "------------- \n" ); document.write( "P(2 balls white) = 3C2/8C2 = 6/28 \n" ); document.write( "P(3 balls white) = 3C3/8C3 = 1/[8*7*6/1*2*3]= 1/56 \n" ); document.write( "These are disjoint events so add to get: \n" ); document.write( "12/56 + 1/56 = 13/56 \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |