Math Lab
Home/Class XI/Ch 6/Mixed and applied problems

Mixed and applied problems

The hardest combinatorics questions combine permutations and combinations in a single problem. Mastery comes from a structured approach: first decide what must be selected, then how it must be arranged, and finally use the multiplication principle to combine.

A four-step strategy

For any combinatorial word problem:

  1. Read carefully. Identify the objects and the constraints.
  2. Decompose. Break the task into independent stages of selection and arrangement.
  3. Apply formulas. Use (nr)\binom{n}{r} for selections and P(n,r)P(n, r) or factorials for arrangements.
  4. Multiply (for "and") or add (for disjoint "or") the stage results.

Common problem types

Word problems with letter constraints

  • All vowels together: glue them.
  • No two vowels together: place consonants first; insert vowels in the gaps.

Committee / team problems

  • "At least kk of type X": sum over admissible counts, or use complement.
  • "At most kk": similar.
  • "Exactly kk": one specific count.

Geometry problems

  • Lines through pairs of points: (n2)\binom{n}{2}.
  • Triangles from nn points (no three collinear): (n3)\binom{n}{3}.
  • Diagonals of an nn-gon: (n2)n\binom{n}{2} - n.

Number-formation problems

  • rr-digit numbers from nn digits: P(n,r)P(n, r) if no repetition (and possible leading-zero adjustment).
  • Even / odd numbers: fix the last digit first.
  • Divisible by 55: last digit must be 00 or 55.

Worked examples

Example 1. From a group of 44 men and 55 women, in how many ways can a committee of 33 men and 22 women be formed if a particular woman, W1W_1, must be on the committee?

W1W_1 is fixed. Choose 11 more woman from the remaining 44: (41)=4\binom{4}{1} = 4. Choose 33 men from 44: (43)=4\binom{4}{3} = 4. Total: 44=164 \cdot 4 = 16.

Example 2. How many words can be formed from the letters of "ARRANGE" so that the two RR's do not come together?

Letters: A,R,R,A,N,G,EA, R, R, A, N, G, E , 77 letters with AA twice and RR twice.

Total arrangements: 7!2!2!=1260\dfrac{7!}{2! \cdot 2!} = 1260.

Arrangements with both RR's together: glue RRRR , arrange A,R ⁣R,A,N,G,EA, R\!R, A, N, G, E, which is 66 objects with AA twice: 6!2!=360\dfrac{6!}{2!} = 360.

Required: 1260360=9001260 - 360 = 900.

Example 3. A bag has 44 red and 66 green balls. In how many ways can 44 balls be drawn so that (a) all are red, (b) all are green, (c) two of each colour, (d) at least one is red?

(a) (44)=1\binom{4}{4} = 1.

(b) (64)=15\binom{6}{4} = 15.

(c) (42)(62)=615=90\binom{4}{2} \cdot \binom{6}{2} = 6 \cdot 15 = 90.

(d) Total 44-draws: (104)=210\binom{10}{4} = 210. None red: (64)=15\binom{6}{4} = 15. At least one red: 21015=195210 - 15 = 195.

Example 4. From 1010 points in a plane, no three collinear, find the number of (a) lines, (b) triangles.

(a) (102)=45\binom{10}{2} = 45 lines.

(b) (103)=120\binom{10}{3} = 120 triangles.

Example 5 (harder). How many ways can 55 boys and 44 girls be arranged in a row so that no two girls are adjacent?

Place the 55 boys first: 5!=1205! = 120 ways. Boys create 66 gaps (before, between, and after them: _B_B_B_B_B_\_B\_B\_B\_B\_B\_). Choose 44 of these 66 gaps for the girls: (64)=15\binom{6}{4} = 15. Arrange the 44 girls in those gaps: 4!=244! = 24.

Total: 1201524=43,200120 \cdot 15 \cdot 24 = 43{,}200.

Try it yourself

  1. How many ways can 1111 players for a cricket team be chosen from 1414 if the captain is fixed?
  2. In a group of 2020, in how many ways can a President, Vice-President and Secretary be chosen (distinct roles)?
  3. How many words with all letters distinct can be formed from A,B,C,D,E,FA, B, C, D, E, F if no word begins with AA?
  4. How many committees of 55 from 66 men and 55 women contain (a) exactly 33 men, (b) at least 33 men, (c) at most 22 men?
  5. How many four-digit even numbers can be made from 1,2,3,4,5,6,71, 2, 3, 4, 5, 6, 7 with no repetition?
  6. How many ways can the letters of "PERMUTATIONS" be arranged so that (a) all vowels are together, (b) the relative order of vowels and consonants is unchanged?
  7. From 1212 points in a plane, 55 of which are collinear, find the number of lines.
  8. How many triangles are formed in the situation of (7)?
  9. In how many ways can 44 identical red and 33 identical blue balls be arranged in a row?
  10. How many 66-digit numbers are even and have all distinct digits from 0099?
  11. From 44 Indian, 55 American and 66 Chinese members, how many delegations of 44 have at least one Indian?
  12. Find nn such that (n4)=(n6)\binom{n}{4} = \binom{n}{6}.

Pitfalls / Tricks

  • Always classify: selection vs arrangement. Many wrong answers come from picking the wrong type of formula.
  • "At least one" = total minus "none".
  • For arrangements where some items must not be adjacent, place the others first and insert into gaps.
  • Insight. When stuck, write out the case structure first. For instance "at least 33 men in committee of 55 from 6+56+5" means: 33M+22W, 44M+11W, 55M+00W. Sum the three.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Mixed applications
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6