How many 3-digit numbers can be formed by using the digits 1 to 9 if no digit is repeated?
Theory
When order matters and repetition is not allowed, we use permutations.
\[ ^nP_r = \frac{n!}{(n-r)!} \]
A 3-digit number has positions: Hundreds, Tens, Units, and each position must be filled with a distinct digit.
Solution Roadmap
Step 1: Total digits available → 9 (1 to 9)
Step 2: Number of positions → 3
Step 3: No repetition ⇒ decreasing choices
Step 4: Apply FPC or permutation formula
Solution
Total digits = 9
First position: 9 choices
Second position: 8 choices
Third position: 7 choices
\[ ^9P_3 = 504 \]
Final Answer
\(504\)
Exam Significance
This is a standard permutation model problem.
- Very common in CBSE board exams
- Forms base for all digit arrangement problems
- Essential for JEE questions with restrictions
Key takeaway: No repetition + order matters ⇒ use permutation (decreasing choices)