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?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Note that in the question it is mentioned that we have to select at least one boy, this means there can also be 2 or 3 or 4 of them. So at first we will consider the case of 1 boy and 3 girls, so, ways of selection are ( 1 6 ) ( 3 4 ) = 24. The second case comprises 2 boys and 3 girls. So, ways of selection are ( 2 6 ) ( 2 4 ) =90. The third case has 3 boys and 1 girl. So, ways of selection are ( 3 6 ) ( 1 4 ) = 80 Finally, we have 4 boys and 0 girls. So, ways of selection are ( 4 6 ) ( 0 4 ) = 15. So, total ways of selection are 24+90+80+15=209.