Question
Question: An urn contains 5 red , 4 black and 3 white marbles. Then the number of ways in which marbles can be...
An urn contains 5 red , 4 black and 3 white marbles. Then the number of ways in which marbles can be drawn from it so that at most 3 of them are red, is :
E.455
F.460
G.490
H.495
Solution
In this question given that urn has 5 Red, 4 black and 3 White marbles. And we draw 3 balls in a single draw so that at most 3 are red. At most 3 red balls either contain zero red ball, one red ball, 2 red ball or 3 red ball. We can either calculate this by calculating a single case every time. Or we can proceed it by other ways like calculation total selected – no of ways to select 4 balls.
Complete step by step solution:
A urn contains 5 red , 4 black and 3 white balls . And in a single draw we get at most 3 red balls.
We have to find the no of ways to select at most 3 red ball
= ( 0 Red ball + other 3 balls ) + ( 1 Red ball + other 3 balls) + ( 2 Red ball + other 2 balls )
+ ( 3 Red ball + 1 other )
= no of ways to select 4 balls – no of select 4 red balls
=12C4−5C4