The greatest value of nCr is r=2n if nis even; and r=2(n+1) or 2(n−1) if n is odd.
Example 38
In how many ways can 4 students be selected from a group of 8?
Solution
Note that here the arrangement does not matter. As it is only selections, we can apply the combinations formula.
Number of ways of selecting 4 students from 8=8C4=4!×(8−4)!8!=4!×4!8!
=4×3×2×18×7×6×5=2×7×5=70
Answer: 70
6.1 Binomial Expansion
nC0+nC1+nC2+ ... +nCn=2n
nC0+nC2+ 2 nC4+ ... =nC1+nC3+nC5+ ... =2n−1
When n is odd, nC0+nC1+nC2+ ... +nC(n−1)/2=nC(n+1)/2+nC(n+3)/2+ ... +nCn=2n−1
Example 39
In how many ways can 2 or more people be selected from a group of 7 people
Solution
We need to add all cases where exactly 2 are selected, exactly 3 are selected and so on till all 7 are selected.
Number of ways in which 2 or more are selected =7C2+7C3+7C4+7C5+7C6+7C7
=27−(7C0+7C1)=128−(1+7)=120
Answer: 120
Example 40
Rasheed gets 7 shots to fire at a target. He wins 1 point if he hits the target and loses 1 point if he misses the target. If the number of points Rasheed has at the end of 7 shots is a positive number, then in how many different ways could he have managed this?
Solution
He gets positive points only if his hits are more than misses. Thus, his hits should have been 4,5,6 or 7.
Number of ways in which these papers can be selected =7C4+7C5+7C6+7C7=227=26=64