Asked by chris
                an urn contains 3 blue chips and 7 red chips. sequentially draw 3 chips without replacement. what is the probability that all drawn chips will not be the same color?
            
            
        Answers
                    Answered by
            Scott
            
    there are 10C3 ways of drawing 3 chips
there are 7C3 ways of drawing 3 red chips
there is one way to draw 3 blue chips
p = 1 - [(7C3 + 1) / 10C3]
    
there are 7C3 ways of drawing 3 red chips
there is one way to draw 3 blue chips
p = 1 - [(7C3 + 1) / 10C3]
                                                    There are no AI answers yet. The ability to request AI answers is coming soon!
                                            
                Submit Your Answer
We prioritize human answers over AI answers.
If you are human, and you can answer this question, please submit your answer.