Sarkari RiseLogin

Permutations Combinations Binomial Questions for AGNIVEER NAVY

Free, AI-curated practice for the Permutations Combinations Binomial section of AGNIVEER NAVY. We have 18+ verified questions in this bank. Below: 5 sample questions. Sign up free to unlock unlimited practice + AI explanations + per-topic analytics.

▶ Start free — AGNIVEER NAVY mockAll AGNIVEER NAVY resourcesAlready a user? Sign in →
📍 Permutations Combinations Binomial is also tested in:
AGNIVEER VAYU (14)
Why this topic matters · 8 min read
This is a high-frequency topic in Agniveer Navy SSR/MR maths section (typically 2-4 questions per paper). Examiners test factorial notation, nPr vs nCr distinction, circular arrangements, and binomial expansion coefficients. Most questions are application-based (committee selection, arrangement puzzles, probability setups). Expect 1-2 direct formula questions and 1-2 word problems requiring logical setup.

Factorials and Permutations (nPr)

A factorial (n!) is the product of all positive integers up to n. It counts ordered arrangements. Permutation nPr counts the number of ways to arrange r objects chosen from n distinct objects, where ORDER MATTERS. Think of it as filling r slots with n choices, where each choice reduces available options. For example, selecting a captain and vice-captain from 5 people is different from selecting 2 people for a committee (order matters in the first case, not the second).

  • n! = n × (n-1) × (n-2) × ... × 1; by definition 0! = 1
  • nPr = n! / (n-r)! — counts ordered selections
  • nPr is always larger than nCr for the same n and r
  • Circular permutations: (n-1)! because rotations are identical
  • Permutations with repetition: n^r when objects can repeat
Key formulas
Permutation formula
nPr = n! / (n-r)!
When: Selecting and arranging r items from n distinct items where order matters
Circular permutation
(n-1)!
When: Arranging n distinct objects in a circle (rotations are same)
Worked examples

How many 3-digit numbers can be formed from digits 1,2,3,4,5 without repetition? Answer: 5P3 = 5!/(5-3)! = 5!/2! = 120/2 = 60

In how many ways can 6 people sit around a circular table? Answer: (6-1)! = 5! = 120

Combinations (nCr)

A combination nCr counts the number of ways to select r objects from n distinct objects where ORDER DOES NOT MATTER. Use nCr for committees, teams, groups, or any selection where arrangement is irrelevant. The key insight: nCr = nPr / r! because we divide out the r! internal arrangements that don't matter. Combinations are always smaller than permutations.

  • nCr = n! / (r!(n-r)!) — counts unordered selections
  • nCr = nC(n-r) — symmetry property (choosing 2 from 5 = choosing 3 to leave out)
  • nC0 = nCn = 1 (one way to choose nothing or everything)
  • nC1 = n (one way to choose each individual item)
  • Use combinations for committees, groups, teams, subsets
Key formulas
Combination formula
nCr = n! / (r!(n-r)!)
When: Selecting r items from n distinct items where order does not matter
Symmetry property
nCr = nC(n-r)
When: Simplifying calculations by choosing the smaller value
Worked examples

How many committees of 3 can be formed from 8 people? Answer: 8C3 = 8!/(3!×5!) = (8×7×6)/(3×2×1) = 336/6 = 56

From 10 students, select 4 for a team. How many ways? Answer: 10C4 = 10!/(4!×6!) = 210

Binomial Theorem & Coefficients

The binomial theorem expands (a+b)^n into a sum of terms with binomial coefficients nCr. Each term has the form nCr × a^(n-r) × b^r. The coefficients nC0, nC1, nC2, ..., nCn form Pascal's triangle. In Agniveer exams, you'll typically find the coefficient of a specific term or use properties like sum of all coefficients = 2^n. The middle term is important for even n.

  • (a+b)^n = sum of nCr × a^(n-r) × b^r for r = 0 to n
  • General term (r+1)th = nCr × a^(n-r) × b^r
  • Sum of all binomial coefficients: nC0 + nC1 + ... + nCn = 2^n
  • For (1+x)^n, coefficient of x^r is simply nCr
  • Middle term: when n is even, it's the (n/2 + 1)th term
Key formulas
Binomial expansion
(a+b)^n = sum[r=0 to n] nCr × a^(n-r) × b^r
When: Expanding binomial expressions or finding specific term coefficients
General term
T(r+1) = nCr × a^(n-r) × b^r
When: Finding the (r+1)th term in a binomial expansion
Sum of coefficients
2^n
When: Sum of all binomial coefficients in (a+b)^n expansion
Worked examples

Find the coefficient of x^2 in (1+x)^5. Answer: 5C2 = 10

In (2+3x)^4, find the 3rd term. Answer: T3 = 4C2 × 2^(4-2) × (3x)^2 = 6 × 4 × 9x^2 = 216x^2

Distinguishing nPr vs nCr in Word Problems

The most common mistake is confusing when to use permutations vs combinations. The deciding question: Does the order or arrangement matter? If you're selecting people for different roles (captain, vice-captain, treasurer), use nPr. If you're just forming a group with no roles, use nCr. In Agniveer exams, word problems often hide this distinction. Read carefully for words like 'arrange', 'select', 'form', 'choose'.

  • Use nPr: arranging, ordering, seating, assigning different roles, passwords, codes
  • Use nCr: selecting, choosing, forming committees, picking teams, grouping
  • Key phrase test: 'In how many ways can we arrange?' → nPr; 'In how many ways can we select?' → nCr
  • Combination problems often involve committees, teams, or subsets with no internal hierarchy
  • Permutation problems involve ranks, positions, or sequences where position matters
⚠ Common mistakes to avoid
  • Confusing nPr and nCr: Using nPr when nCr is needed (or vice versa). Always ask: does order matter? If no, use nCr.
  • Forgetting that 0! = 1: This causes errors in nP0 and nC0 calculations. Remember: there's exactly 1 way to arrange nothing.
  • Misidentifying the general term in binomial: Students often forget the (r+1)th term uses nCr, not nCr+1. The index r starts at 0.
  • Not simplifying nCr before multiplying: Writing 8!/(3!×5!) and then calculating 8! fully instead of canceling: (8×7×6)/(3×2×1).
  • Ignoring the symmetry property nCr = nC(n-r): This can save time. For example, 10C8 = 10C2, which is much faster to calculate.
  • Misreading circular arrangement as linear: Circular permutations use (n-1)!, not n!. This is frequently tested in Agniveer.
🧠 Memory aids
  • P = Position matters (Permutation); C = Committee (Combination) — no positions, just selection
  • nPr > nCr always — Permutations count more because order creates more distinct arrangements
  • Circular = (n-1)! — One person sits, then arrange the rest in a line around the circle
  • Binomial coefficients = Pascal's triangle — Each row sums to 2^n; use symmetry nCr = nC(n-r) to halve your work
  • General term index: T(r+1) uses nCr, not nC(r+1) — The term number is r+1, but the coefficient index is r
🎯 AGNIVEER NAVY exam tips
  • Agniveer Navy typically asks 1 direct formula question (calculate nPr or nCr) and 1-2 word problems. The word problems test your ability to identify whether order matters.
  • Circular arrangement questions appear frequently in Agniveer SSR/MR papers. Always use (n-1)! and mention why rotations are identical.
  • Binomial questions usually ask for a specific term's coefficient or the sum of coefficients. Memorize that sum = 2^n for (a+b)^n.
  • Time-saving tip: Use the symmetry property nCr = nC(n-r). If r > n/2, calculate nC(n-r) instead. For example, 15C12 = 15C3 = 455 (much faster).
  • Recent Agniveer papers show preference for multi-step problems: 'From 12 people, form a committee of 5 with at least 2 women.' These require breaking into cases and adding nCr values. Practice case-based problems.

Sample questions

Q1 · medium · AI-verified
What is the coefficient of x³ in the expansion of (1 + x)⁷?
  1. 35
  2. 28
  3. 35x³
  4. 21
Q2 · medium · AI-verified
Find the number of ways to arrange the letters of the word 'SAILOR'.
  1. 5040
  2. 720
  3. 360
  4. 120
Q3 · hard · AI-verified
The number of ways in which 5 boys and 5 girls can be seated in a row such that no two girls sit together is:
  1. 172800
  2. 14400
  3. 28800
  4. 86400
Q4 · easy · AI-verified
What is the value of ⁸P₂?
  1. 28
  2. 56
  3. 64
  4. 48
Q5 · easy · AI-verified
What is the value of the term independent of x in the expansion of (x + 1/x)⁶?
  1. 10
  2. 6
  3. 15
  4. 20
💡 Want answers + explanations + 13+ more Permutations Combinations Binomial questions? Sign up free →
⭐ Recommended for AGNIVEER NAVY aspirants

Full AI 6-Month

all your target exams · 6 months · unlimited mocks + AI
₹799~₹4.4/day
Sign up free, then unlockSee all plans →

More AGNIVEER NAVY topics

Awards Honors Books Authors
20+ practice questions
Quadratic Equations and Sequence Series
20+ practice questions
Fill in the Blanks Grammar
20+ practice questions
Chemistry Class 12 Atomic Structure Bonding
20+ practice questions
Differentiation Application of Derivatives
20+ practice questions
Physics Class 11 Kinematics and Laws of Motion
20+ practice questions

Free practice, AI explanations, 24 exams — all in one app

Daily 10-Q quiz · AI doubt solver in Hindi + English · adaptive mocks · 49,000+ practice questions (19,000+ verified PYQs).

Sign up freePricingTry Daily 10-Q