Aptitude - Permutation and Combination - Discussion

Discussion Forum : Permutation and Combination - General Questions (Q.No. 6)
6.
In a group of 6 boys and 4 girls, four children are to be selected. In how many different ways can they be selected such that at least one boy should be there?
159
194
205
209
None of these
Answer: Option
Explanation:

We may have (1 boy and 3 girls) or (2 boys and 2 girls) or (3 boys and 1 girl) or (4 boys).

Required number
of ways
= (6C1 x 4C3) + (6C2 x 4C2) + (6C3 x 4C1) + (6C4)
= (6C1 x 4C1) + (6C2 x 4C2) + (6C3 x 4C1) + (6C2)
= (6 x 4) + 6 x 5 x 4 x 3 + 6 x 5 x 4 x 4 + 6 x 5
2 x 1 2 x 1 3 x 2 x 1 2 x 1
= (24 + 90 + 80 + 15)
= 209.

Discussion:
92 comments Page 1 of 10.

ATM said:   2 years ago
A Group of 4 children, out of 10 children will be;
10c4 = 210.
As 4 girls are there;
So only 1 group is possible without the boy
Hence 210-1 = 209.
(30)

Divyesh Khunt said:   1 year ago
Another easy method here;

It's given at least 1 boy meaning (>=1) so we can subtract calculate 0 boys selected and subtract it from the total combinations possible.
Combination(boys>=1) =total combination - combination (0boys selected),
= 10C4 - 6C0 * 4C4.
= 210 -1.
= 209.
(20)

Ritesh Sadh said:   2 years ago
Let's break down the calculation step by step:

Given that there are 6 boys and 4 girls, we need to select 4 children such that at least one boy should be there.

We have four possible scenarios:
1. Selecting 1 boy and 3 girls.
2. Selecting 2 boys and 2 girls.
3. Selecting 3 boys and 1 girl.
4. Selecting 4 boys.

Now, let's calculate the number of ways for each scenario:

1. Selecting 1 boy and 3 girls:

- Number of ways to select 1 boy from 6 boys: 6C1 = 6 (combinations).
- Number of ways to select 3 girls from 4 girls: 4C3 = 4 (combinations).
- Total ways for this scenario: 6C1 x 4C3 = 6 x 4 = 24.

2. Selecting 2 boys and 2 girls:
- Number of ways to select 2 boys from 6 boys: 6C2 = 15 (combinations),
- Number of ways to select 2 girls from 4 girls: 4C2 = 6 (combinations),
- Total ways for this scenario: 6C2 x 4C2 = 15 x 6 = 90.

3. Selecting 3 boys and 1 girl:
- Number of ways to select 3 boys from 6 boys: 6C3 = 20 (combinations),
- Number of ways to select 1 girl from 4 girls: 4C1 = 4 (combinations),
- Total ways for this scenario: 6C3 x 4C1 = 20 x 4 = 80.

4. Selecting 4 boys:
- Number of ways to select 4 boys from 6 boys: 6C4 = 15 (combinations).

Now, add up the total ways for all four scenarios:

Total ways = (1) + (2) + (3) + (4) = 24 + 90 + 80 + 15 = 209.

So, there are 209 different ways to select four children from the group such that at least one boy is included.
(9)

Prajwal BK said:   2 years ago
1 case is missed out i.e., 4 girls can also be one more case.

So that makes up to 5 possible scenarios.
(5)

P.krishna reddy said:   5 years ago
Atleast one = Total - None = 10c4-1 = 209.
(4)

Nilesh said:   3 years ago
We may have(1 boy and 3 girls) or (2 boys and 2 girls) or (3 boys and 1 girl) or (4 boys).

Required number of ways = (6C1 x 4C3) + (6C2 x 4C2) + (6C3 x 4C1) + (6C4).
= (6C1 x 4C1) + (6C2 x 4C2) + (6C3 x 4C1) + (6C2).
In 1st step : ... + (6c1 x 4c3) +...6C4
In 2nd step : ... + (6c1 x 4c1) +...6C2 How ?

Why don't the formula nCr = nC(n-r).
So 4C3 = 4C(4-3) = 4C1 apply to the other terms. Please Explain.
(3)

Huma_ said:   5 years ago
Can anyone explain this 2nd step:-.

(6C1 x 4C3) + (6C2 x 4C2) + (6C3 x 4C1) + (6C4).
= (6C1 x 4C1) + (6C2 x 4C2) + (6C3 x 4C1) + (6C2).

Why the nCr formula is applied to only (6C1 x 4C3) & (6C4) and not to all? Please explain.
(3)

Shivam said:   6 years ago
No boys selected=4c4 ways i.e 1.

Selection of 4 from all =10c4 ways=10*9*8*7/4*3*2*1=210 ways.
Atleast 1 boy=210-1 = 209 ways.
(3)

Sandeep said:   3 years ago
@All.

6C1 x 9C3.
Why can't be true?


For four Places we are taking conformally 1 from boys i.e 6C1 and there are total of 9(boys+girls) from we need to pick 3. So 9C3.

Hence the answer can be: 6C1 x 9C3.

Can anyone explain what's wrong with this?
(2)

Sayuj said:   4 years ago
Why can't we just simply do 6c1*9c3?!

In this, we've included that "minimum" condition of including that 1 boy and the rest 9 kids can be selected at random. why not? Someone, please explain.
(1)


Post your comments here:

Your comments will be displayed after verification.