Question:

In a school, 5 colours are allotted to each house. If the flag of Tagore House has to be a sequence of three blocks of different colours, how many flags can they choose from?

Show Hint

Distinct blocks → ordered selection without repetition → use permutations: \(^{n}P_{r} = n \times (n-1) \times \cdots\).
Updated On: Sep 30, 2025
  • 9
  • 27
  • 60
  • 20
  • 15
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Step 1: Choose first block colour.
We have 5 possible colours.

Step 2: Choose second block colour.
Must be different from the first. Hence 4 options.

Step 3: Choose third block colour.
Must be different from both first and second. Hence 3 options.

Step 4: Multiply choices.
Total flags \(= 5 \times 4 \times 3 = 60\).

Final Answer:
\[ \boxed{60} \]
Was this answer helpful?
0
0