document.write( "Question 177396: A can contains 7 pink balls and 5 blue balls. FOUR balls are selected without replacement. What is the probability of 1) all pink or all blue 2) exactly 3 pink 3) at least 3 pink 4) exaclty 3 pink of 3 blue. I am studying \"Adding Probabilites\" and I just don't get it? \n" ); document.write( "
Algebra.Com's Answer #132528 by stanbon(75887) ![]() You can put this solution on YOUR website! A can contains 7 pink balls and 5 blue balls. \n" ); document.write( "FOUR balls are selected without replacement. \n" ); document.write( "What is the probability of \n" ); document.write( "1) P(all pink or all blue) = (7C4 + 5C4)/12C4 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "2) P(exactly 3 pink) = 7C3*5C1/12C4 \n" ); document.write( "--------------------------------------------------- \n" ); document.write( "3) P(at least 3 pink) = P(3 pink) + P(4 pink) = [7C3*5C1]/12C4 + 5C4/12C4 \n" ); document.write( "---------------------------------------------------- \n" ); document.write( "4) P(exactly 3 pink or 3 blue) = P(3 pink) + P(3 blue) \n" ); document.write( "= 7C3*5C1/12C4 + 5C3*7C1/12C4 \n" ); document.write( "=================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |