Permutations and Combinations: Mathematics | JEE Main
What feels right?
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Type the value - units or words beside it are fine.
No score. Commit to your first instinct. We’ll show what your mind noticed and what it missed.
Type the value - units or words beside it are fine.
Correct answer
Option analysis
Digits available: (5 digits). Repetition is allowed. Numbers are arranged in descending order starting from at serial number 1. Target number is .
Find the serial number (rank) of the number in this descending order list.
Count all 5-digit numbers strictly greater than using the available digits in descending priority (7, 5, 3, 2, 1). The serial number of will be .
Count numbers starting with digits strictly greater than the first digit 3: - Numbers starting with 7: - Numbers starting with 5:
First digit is 3. Now count numbers with second digit strictly greater than 5: - Numbers starting with :
First two digits are 35. Count numbers with third digit strictly greater than 3: - Numbers starting with : - Numbers starting with :
First three digits are 353. Count numbers with fourth digit strictly greater than 3: - Numbers starting with : - Numbers starting with :
First four digits are 3533. Fifth digit in descending order: 7 is the first and largest possible digit. So no numbers strictly greater than 35337 begin with 3533. Sum all strictly greater numbers and add 1 for 35337 itself:
Total numbers possible is . The mapped base-5 digit string for under descending bijection is . Converting to base 10 gives . Adding 1 for 1-based indexing gives . The result is verified.
Quick checks
Because the problem specifies that numbers are arranged in descending order, meaning 77777 is #1, followed by smaller numbers. Hence, the rank equals the count of strictly larger numbers plus 1.
Because is the first number (serial number 1), so it must map to 0 in base-5 so that .