Aptitude - Permutation and Combination - Discussion

Discussion Forum : Permutation and Combination - General Questions (Q.No. 9)
9.
A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the box, if at least one black ball is to be included in the draw?
32
48
64
96
None of these
Answer: Option
Explanation:

We may have(1 black and 2 non-black) or (2 black and 1 non-black) or (3 black).

Required number of ways = (3C1 x 6C2) + (3C2 x 6C1) + (3C3)
= 3 x 6 x 5 + 3 x 2 x 6 + 1
2 x 1 2 x 1
= (45 + 18 + 1)
= 64.

Discussion:
82 comments Page 2 of 9.

Tejas said:   6 years ago
Why the following method is wrong? Please tell me.

He have total 9 balls out of which 3 to be selected.

out of 3, one must be black.. out of 3 black we select 1. Now we have 8 balls remaining and a total of 2 places hence 8c2=28.
(1)

Stige said:   6 years ago
(1 black and 2 non-black) or (2 black and 1 non-black) or (3 black).

How to write this and (3C1 x 6C2) + (3C2 x 6C1)?

Please, anyone, explain.
(1)

Shubham said:   6 years ago
Total ways - no blackball = Atleast one black ball.
i.e,, 9C3-6C3.
(1)

Aditya said:   5 years ago
@All.

The Alternate way for the solution is:

All ways of picking 3 balls - All ways in which no black ball is picked = All ways in atleast 1 black ball is pick;

9c3 - 6c3 = 84 - 20 = 64.
(1)

Tanya said:   1 decade ago
Can't it be like 1 black ball is chosen from 3 black balls and then remaining 2 are chosen from 2 white, 4 red and remaining 2 black balls i.e 3.

= 3C1*8C2.
(1)

Adith said:   2 years ago
Very simple, here we have to first find the 9c3 - 6c3.
(1)

Ashu Pathak said:   8 years ago
Why not 3c1 * 8c2=84?
(1)

Prince said:   9 years ago
6C2, 6C1..why we take 6 here?
(1)

AkashSingh said:   7 years ago
1 Black + 1 White + 1 Red.
2 Black + 1 White.
1 Black + 2 White.
2 Black + 1 Red.
2 Red + 1 Black.
3 Black.
(1)

DEBRUPA SEN said:   7 years ago
Here the question is black balls are selected from 3 black balls. In solution, it is seen 6 black balls. How it is possible?


Post your comments here:

Your comments will be displayed after verification.