document.write( "Question 1020259: A cage contains 4 black and 5 white mice that are available for a biology experiment. Three mice are selected at random. What is the probability that at least one is black and at least one is white?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #636492 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! P(at least one white) = 1 - P(no white) = 1- (4C3/9C3) \n" ); document.write( " |