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, 7, such that the sum of their first and last digits should not be more than 8, is:

Show Hint

Utilize the properties of digits and place values effectively in counting problems. Understanding the constraints on digits at specific positions can greatly simplify the calculation.
Updated On: Apr 30, 2025
  • 5719
  • 4608
  • 5720
  • 4607
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

To solve the problem, we need to count the number of 5-digit numbers d1d2d3d4d5d_1d_2d_3d_4d_5 where each digit did_i is from the set {0, 1, 2, 3, 4, 5, 6, 7}, the number is greater than 50000, and d1+d58d_1 + d_5 \leq 8.

1. Determine the possible values for d1d_1:
Since the number must be greater than 50000, d1d_1 can only be 5, 6, or 7. Thus, d1{5,6,7}d_1 \in \{5, 6, 7\}.

2. Analyze the constraint d1+d58d_1 + d_5 \leq 8 for each possible value of d1d_1:

  • If d1=5d_1 = 5, then 5+d585 + d_5 \leq 8, which implies d53d_5 \leq 3. Therefore, d5{0,1,2,3}d_5 \in \{0, 1, 2, 3\}. There are 4 possibilities for d5d_5.
  • If d1=6d_1 = 6, then 6+d586 + d_5 \leq 8, which implies d52d_5 \leq 2. Therefore, d5{0,1,2}d_5 \in \{0, 1, 2\}. There are 3 possibilities for d5d_5.
  • If d1=7d_1 = 7, then 7+d587 + d_5 \leq 8, which implies d51d_5 \leq 1. Therefore, d5{0,1}d_5 \in \{0, 1\}. There are 2 possibilities for d5d_5.

3. Determine the number of possibilities for d2d_2, d3d_3, and d4d_4:
Since there are no restrictions on d2d_2, d3d_3, and d4d_4 other than belonging to the set {0, 1, 2, 3, 4, 5, 6, 7}, each of them can take 8 possible values. Therefore, there are 8×8×8=83=5128 \times 8 \times 8 = 8^3 = 512 possibilities for d2d3d4d_2d_3d_4.

4. Calculate the total number of such 5-digit numbers:
We consider each case for d1d_1 separately and sum the results:

  • If d1=5d_1 = 5, there are 4 choices for d5d_5 and 512 choices for d2d3d4d_2d_3d_4. So there are 1×512×4=20481 \times 512 \times 4 = 2048 such numbers.
  • If d1=6d_1 = 6, there are 3 choices for d5d_5 and 512 choices for d2d3d4d_2d_3d_4. So there are 1×512×3=15361 \times 512 \times 3 = 1536 such numbers.
  • If d1=7d_1 = 7, there are 2 choices for d5d_5 and 512 choices for d2d3d4d_2d_3d_4. So there are 1×512×2=10241 \times 512 \times 2 = 1024 such numbers.

Therefore, the total number of such 5-digit numbers is 2048+1536+1024=46082048 + 1536 + 1024 = 4608.

Final Answer:
The total number of such 5 digit numbers is 4608 {4608} .

Was this answer helpful?
0
0