document.write( "Question 857412: There are 9 black balls and 6 red balls in an urn. if 3 balls are drawn without replacement, what is the probability that no more than 1 black ball is drawn? \n" ); document.write( "
Algebra.Com's Answer #517313 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "To get the numerator of the probability:\r\n" );
document.write( "\r\n" );
document.write( "Two cases: \r\n" );
document.write( "\r\n" );
document.write( "Case 1: choose 0 black balls and all 3 red balls: \r\n" );
document.write( "\r\n" );
document.write( "Choose all three red balls C(6,3) = 20 ways\r\n" );
document.write( "\r\n" );
document.write( "Case 2: choose 1 black ball and 2 red balls:\r\n" );
document.write( "\r\n" );
document.write( "Choose the black ball C(9,1) = 9 ways\r\n" );
document.write( "Choose the 2 red balls C(6,2) = 15 ways\r\n" );
document.write( "That's 9×15 = 135 ways\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "That's 20 + 135 = 155 ways.\r\n" );
document.write( "\r\n" );
document.write( "To get the denominator:\r\n" );
document.write( "Choose any 3 balls from the 15 in C(15,3) = 455 ways.\r\n" );
document.write( "\r\n" );
document.write( "Probability that no more than 1 black ball is drawn = \"155%2F455\" = \"31%2F91\",\r\n" );
document.write( "approximately 34% of the time.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );