You're offline — cached pages and worlds still work
Drishti Innovations logo
Drishti Innovations

Arrangements and Selections

Combinatorics and Counting Puzzles: Arrangements and Selections

Arrangements and Selections

Arrangements and Selections

What you'll learn

  • the difference between arrangements (order matters — permutations) and selections (order doesn't matter — combinations).
  • how to compute full arrangements using factorials, and partial ordered arrangements using the P(n,r) formula.
  • how to handle a selection with a fixed member already included, using C(n,r).

Key concepts

  1. Factorial arrangements — n distinct objects can be arranged in a row in n! = n × (n-1) × ... × 1 ways.
  2. Permutations P(n,r) — choosing and ordering r objects out of n distinct objects: P(n,r) = n! / (n-r)! — used whenever positions are distinct (like medal places).
  3. Combinations C(n,r) — choosing r objects out of n where order does not matter: C(n,r) = n! / (r!(n-r)!) — used for committees or groups.
  4. Fixed-member selections — if one specific person must always be in the group, "use them up" first and choose the rest from the remaining people: C(n-1, r-1).

Worked example

From 9 runners, medals (1st, 2nd, 3rd) are awarded. From a different group of 10 people, a committee of 4 is chosen that must include a specific person, Riya. Count both.

Step 1 — medals: order matters, so use P(9,3) = 9 × 8 × 7 = 504
Step 2 — committee: Riya is fixed, so choose 3 more from the remaining 9 people
Step 3 — ways = C(9,3) = 9! / (3!·6!) = 84
Step 4 — so there are 504 medal orders and 84 possible committees

Common mistakes

  • Using n! (arrangement) when the problem actually only asks for a selection (order doesn't matter), or vice versa.
  • Forgetting to reduce n by 1 when a specific member is already fixed in a selection.
  • Mixing up P(n,r) and C(n,r) — remember P counts order, C ignores it, and P(n,r) = C(n,r) × r!.

Quick check

  • In how many ways can 5 distinct trophies be arranged on a shelf?
  • Out of 8 sprinters, in how many ways can gold, silver, and bronze be awarded?
  • A committee of 3 must be chosen from 7 people and must always include Aman. How many ways?

Open the Practice tab for graded questions on Arrangements and Selections.

Interactive Exploration Suggestions (Drishti Live Worlds)

  • Use the platform-native live simulation or PhET-style tool for this topic (number line, Venn, physics playground, molecule builder, sensor dashboard, etc.).
  • Mirror / body / home activity: physically do the concept (count objects, measure, role-play) and photograph or describe for portfolio.
  • Voice or text reflection with AI Mentor: explain the concept to a younger student or family member.

AI Mentor Prompts (Socratic, Board-Adaptive)

  • "Explain this concept to a Class 6 student using one real example from an Indian home, school, market, or festival."
  • "What is one common mistake students make here, and how would you catch yourself making it?"
  • Stretch: "How does this connect to coding, robotics, money, health, environment, or a future career?"

Gamification, Portfolio & Parent Visibility

  • Complete the core practice + one extension activity (photo, table, short reflection, or mini-project) for base XP + topic badge.
  • 5-7 day streak or family discussion note = multiplier + visible artifact in parent/principal dashboard.
  • Best real-world application stories (anonymised) featured on class or national leaderboard.

Robotics, STEM & Future Skills Bridges

  • One hands-on project or measurement using the Drishti kit or household items that makes the concept physical.
  • Direct link to at least one Future Skill track (Money Management, Green Tech, Cyber Defenders, Micro-Entrepreneurship, AI Mastery, Sustainable Living, Personality Development).
  • Coding extension where relevant (simple script, simulation, or data logging).

NEP 2020 & Full Education OS Alignment

This material emphasises experiential "learning by doing", competency (apply/create/analyse), vocational exposure, critical thinking, and multidisciplinary connections. Designed to feed live worlds, AI Mentor (with memory), gamification, robotics, parent analytics, and future skills — not just exam prep.

Portfolio Evidence Idea: Your photo/table/reflection/project + one sentence on "How this helps me in real life or a possible future path."

Open the Practice tab for aligned questions (easy/medium/hard + case-based) with full AI scaffolding.

See curriculum for cross-links and the full future-skills/robotics chapters.

Key Takeaways (TL;DR)

  • What you'll learn
  • Key concepts
  • Worked example
  • Common mistakes

Master this topic with Drishti OS

Get unlimited mock tests, AI-powered mentorship, and complete video courses when you join.

Start Free Practice