Question
The number of numbers between 2,000 and 5,000 that can be formed with the digits 0, 1, 2, 3, 4 (repetition of digits is not allowed) and are multiple of 3 is :
Options
Solution
Key Concepts and Formulas
- Divisibility Rule for 3: A number is divisible by 3 if and only if the sum of its digits is divisible by 3.
- Permutations: The number of ways to arrange distinct objects in a specific order is given by . The number of ways to choose and arrange objects from distinct objects is .
- Problem Constraints:
- The number must be a 4-digit number between 2000 and 5000.
- The first digit must be 2, 3, or 4.
- Digits available are 0, 1, 2, 3, and 4.
- Repetition of digits is not allowed.
Step-by-Step Solution
Let the 4-digit number be represented as , where is the thousands digit, is the hundreds digit, is the tens digit, and is the units digit.
Step 1: Determine the sets of 4 digits that satisfy the divisibility rule for 3.
We are given the digits . We need to choose 4 distinct digits from this set such that their sum is a multiple of 3. The sum of all available digits is . If we select 4 digits, it means we are excluding exactly one digit from the set . Let the excluded digit be . The sum of the four chosen digits will be . We need to be divisible by 3.
Let's test each possible value for :
- If , sum (not divisible by 3).
- If , sum (divisible by 3). This means the set of digits is .
- If , sum (not divisible by 3).
- If , sum (not divisible by 3).
- If , sum (divisible by 3). This means the set of digits is .
So, there are two possible sets of 4 digits that can form numbers divisible by 3:
- Set A:
- Set B:
Step 2: Form 4-digit numbers using Set A, subject to all constraints.
The digits available are . The number must be between 2000 and 5000. This means the thousands digit () can only be 2, 3, or 4.
Let's place the digits:
- For (thousands digit): From Set A, the possible choices for are 2, 3, or 4. (3 choices)
- Why? Because cannot be 0 (otherwise it's not a 4-digit number), and it must be and to be within the range [2000, 5000). All digits 2, 3, 4 are available in Set A.
- For (hundreds digit): After choosing , 3 digits remain from Set A. (3 choices)
- Why? Repetition is not allowed, so one digit is used for . The remaining 3 digits can be placed in .
- For (tens digit): After choosing and , 2 digits remain from Set A. (2 choices)
- Why? Two digits are already used, so 2 distinct digits are left.
- For (units digit): After choosing , 1 digit remains from Set A. (1 choice)
- Why? Three digits are already used, leaving only 1.
Total numbers formed using Set A = .
Step 3: Form 4-digit numbers using Set B, subject to all constraints.
The digits available are . The number must be between 2000 and 5000. This means the thousands digit () can only be 2, 3, or 4.
Let's place the digits:
- For (thousands digit): From Set B, the possible choices for are 2 or 3. (2 choices)
- Why? must be from . However, the digit 4 is NOT present in Set B. Thus, can only be 2 or 3.
- For (hundreds digit): After choosing , 3 digits remain from Set B. (3 choices)
- Why? One digit is used for . The remaining 3 digits can be placed in .
- For (tens digit): After choosing and , 2 digits remain from Set B. (2 choices)
- Why? Two digits are already used, so 2 distinct digits are left.
- For (units digit): After choosing , 1 digit remains from Set B. (1 choice)
- Why? Three digits are already used, leaving only 1.
Total numbers formed using Set B = .
Step 4: Calculate the total number of such numbers.
The total number of numbers satisfying all conditions is the sum of numbers from Set A and Set B. Total numbers = (Numbers from Set A) + (Numbers from Set B) Total numbers = .
Common Mistakes & Tips
- Missing Constraints: Always explicitly state all constraints before starting the solution. Overlooking even one constraint can lead to an incorrect answer.
- Leading Zero: Remember that the first digit of a multi-digit number cannot be zero. This is implicitly taken care of by the range constraint in this problem.
- Systematic Approach: Break the problem into manageable cases. This reduces the chance of errors and ensures all possibilities are considered. Pay close attention to the first digit's restrictions.
Summary
We identified the possible sets of 4 digits from whose sum is divisible by 3: and . Then, for each set, we constructed 4-digit numbers, ensuring the first digit was between 2 and 4 (inclusive) and that no digit was repeated. By summing the results from these two cases, we obtained the final count.
The final answer is , which corresponds to option (B).