document.write( "Question 634591: A cage has 10 male and 5 female birds. If three birds are selected at random from the cage , what is the probability that all are males? \n" ); document.write( "
Algebra.Com's Answer #399719 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A cage has 10 male and 5 female birds. If three birds are selected at random from the cage , what is the probability that all are males? \n" ); document.write( "------ \n" ); document.write( "# of ways to succeed: 10C3 = (10*9*8)/(1*2*3) = 120 ways \n" ); document.write( "--- \n" ); document.write( "# of possible outcomes: 15C3 = (15*14*13)/(1*2*3) = 455 \n" ); document.write( "----- \n" ); document.write( "P(3 males) = 120/455 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |