document.write( "Question 852824: A bag contains five red chips, three white chips, and two blue chips. Three chips are to be selected at random, without replacement. What is the probability that at least one is a white chip. \n" ); document.write( "
Algebra.Com's Answer #513787 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "A bag contains \"10\" chips: five red, three white, and two blue
\n" ); document.write( "Three chips are to be selected at random, without replacement
\n" ); document.write( "P(at least one white) = 1 - P(no white) = 1 - \"%28%282C0%29%285C3%29+%2B+%282C1%29%285C2%29+%2B+%282C2%29%285C1%29%29%2F%2810C3%29\" \n" ); document.write( "
\n" );