Skip to main content
Back to Permutations & Combinations
JEE Main 2020
Permutations & Combinations
Permutations and Combinations
Easy

Question

The number of different 5 digit numbers greater than 50000 that can be formed using the digits 0 , 1,2,3,4,5,6,71,2,3,4,5,6,7, such that the sum of their first and last digits should not be more than 8 , is

Options

Solution

Key Concepts and Formulas

  • Fundamental Principle of Counting (Multiplication Rule): If there are mm ways to do one thing, and nn ways to do another, then there are m×nm \times n ways to do both.
  • Casework: Breaking down a problem into mutually exclusive cases and summing the results.
  • Understanding Inequalities: Interpreting "not more than" as "less than or equal to."

Step-by-Step Solution

Step 1: Analyze the constraints on the first digit (d1d_1).

The problem requires a 5-digit number greater than 50000. Therefore, the first digit, d1d_1, must be one of {5,6,7}\{5, 6, 7\}. The available digits are {0,1,2,3,4,5,6,7}\{0, 1, 2, 3, 4, 5, 6, 7\}. Thus, d1d_1 can be 5, 6, or 7.

Step 2: Analyze the constraint on the last digit (d5d_5) based on d1+d58d_1 + d_5 \le 8.

We use casework based on the value of d1d_1.

  • Case 1: d1=5d_1 = 5 The constraint d1+d58d_1 + d_5 \le 8 becomes 5+d585 + d_5 \le 8. Subtracting 5 from both sides gives d53d_5 \le 3. The possible values for d5d_5 are {0,1,2,3}\{0, 1, 2, 3\}. Thus, there are 4 choices for d5d_5.

  • Case 2: d1=6d_1 = 6 The constraint d1+d58d_1 + d_5 \le 8 becomes 6+d586 + d_5 \le 8. Subtracting 6 from both sides gives d52d_5 \le 2. The possible values for d5d_5 are {0,1,2}\{0, 1, 2\}. Thus, there are 3 choices for d5d_5.

  • Case 3: d1=7d_1 = 7 The constraint d1+d58d_1 + d_5 \le 8 becomes 7+d587 + d_5 \le 8. Subtracting 7 from both sides gives d51d_5 \le 1. The possible values for d5d_5 are {0,1}\{0, 1\}. Thus, there are 2 choices for d5d_5.

Step 3: Analyze the possible values for the middle digits (d2,d3,d4d_2, d_3, d_4).

The digits d2,d3,d_2, d_3, and d4d_4 have no restrictions other than being chosen from the set {0,1,2,3,4,5,6,7}\{0, 1, 2, 3, 4, 5, 6, 7\}. Since repetition is allowed, each of these digits can be any of the 8 digits. Therefore, there are 8 choices for each of d2,d3,d_2, d_3, and d4d_4. The number of ways to choose these digits is 8×8×8=83=5128 \times 8 \times 8 = 8^3 = 512.

Step 4: Calculate the total number of possibilities for each case.

  • Case 1: d1=5d_1 = 5 There is 1 choice for d1d_1 (5), 4 choices for d5d_5, and 512 choices for d2,d3,d4d_2, d_3, d_4. The total number of possibilities for this case is 1×4×512=20481 \times 4 \times 512 = 2048.

  • Case 2: d1=6d_1 = 6 There is 1 choice for d1d_1 (6), 3 choices for d5d_5, and 512 choices for d2,d3,d4d_2, d_3, d_4. The total number of possibilities for this case is 1×3×512=15361 \times 3 \times 512 = 1536.

  • Case 3: d1=7d_1 = 7 There is 1 choice for d1d_1 (7), 2 choices for d5d_5, and 512 choices for d2,d3,d4d_2, d_3, d_4. The total number of possibilities for this case is 1×2×512=10241 \times 2 \times 512 = 1024.

Step 5: Calculate the grand total.

Since the cases are mutually exclusive, we sum the number of possibilities for each case to find the total number of 5-digit numbers satisfying the given conditions.

Total number of such numbers = 2048+1536+1024=46082048 + 1536 + 1024 = 4608.

Common Mistakes & Tips

  • Assuming Distinct Digits: The problem does not state that the digits must be distinct. Always check this assumption before proceeding.
  • Incorrectly Interpreting "Not More Than": "AA not more than BB" means ABA \le B, not A<BA < B.
  • Missing a Case: Ensure that all possible values for d1d_1 are considered in the casework.

Summary

By analyzing the constraints, breaking the problem into cases based on the first digit, and applying the fundamental principle of counting, we found that there are 4608 such 5-digit numbers.

The final answer is 4608\boxed{4608}, which corresponds to option (C).

Practice More Permutations & Combinations Questions

View All Questions