How many distinct 8-digit numbers can be formed by rearranging the digits of the number 11223344 such that odd digits occupy odd positions and even digits occupy even positions?
- A12
- B18
- C36Correct
- D72
Explanation
The number is 11223344. It has 8 digits: four odd digits (1, 1, 3, 3) and four even digits (2, 2, 4, 4). There are 8 positions in the 8-digit number. Odd positions are 1st, 3rd, 5th, 7th (4 positions). Even positions are 2nd, 4th, 6th, 8th (4 positions).
Step 1: Arrange the odd digits (1, 1, 3, 3) in the 4 odd positions. This is a permutation of 4 items with repetitions. The formula is n! / (r1! * r2! * ...), where n is the total number of items, and r1, r2 are the counts of repeated items. Number of ways = 4! / (2! * 2!) = (4 * 3 * 2 * 1) / ((2 * 1) * (2 * 1)) = 24 / 4 = 6 ways.
Step 2: Arrange the even digits (2, 2, 4, 4) in the 4 even positions. Similarly, this is a permutation of 4 items with repetitions. Number of ways = 4! / (2! * 2!) = (4 * 3 * 2 * 1) / ((2 * 1) * (2 * 1)) = 24 / 4 = 6 ways.
Step 3: To find the total number of distinct 8-digit numbers, multiply the number of ways for arranging odd digits and even digits, as these are independent choices. Total distinct numbers = (Ways to arrange odd digits) * (Ways to arrange even digits) = 6 * 6 = 36.
Therefore, 36 distinct 8-digit numbers can be formed.
Option Analysis: A) 12: Incorrect. This would be 6+6 or 6*2, not the correct multiplication of independent arrangements. B) 18: Incorrect. C) 36: Correct, as calculated above. D) 72: Incorrect.

Related questions
More UPSC Prelims practice from the same subject and topic.
- Prelims 2024CSATQuantitative Aptitude
There are 9 cups placed on a table arranged in equal number of rows and columns out of which 6 cups contain coffee and 3 cups contain tea. In how many ways can they be arranged so that each row should…
- Prelims 2024CSATQuantitative Aptitude
One non-zero digit, one vowel and one consonant from English alphabet (in capital) are to be used in forming passwords, such that each password has to start with a vowel and end with a consonant. How …
- Prelims 2024CSATQuantitative Aptitude
There are two containers X and Y. X contains 100 ml of milk and Y contains 100 ml of water. 20 ml of milk from X is transferred to Y. After mixing well, 20 ml of the mixture in Y is transferred back t…
- Prelims 2024CSATQuantitative Aptitude
There is a numeric lock which has a 3-digit PIN. The PIN contains digits 1 to 7. There is no repetition of digits. The digits in the PIN from left to right are in decreasing order. Any two digits in t…
- Prelims 2024CSATQuantitative Aptitude
There are four letters and four envelopes and exactly one letter is to be put in exactly one envelope with the correct address. If the letters are randomly inserted into the envelopes, then consider t…
- Prelims 2024CSATQuantitative Aptitude
In how many ways can a batsman score exactly 25 runs by scoring single runs, fours and sixes only, irrespective of the sequence of scoring shots?