Skip to main content
Back to Permutations & Combinations
JEE Main 2023
Permutations & Combinations
Permutations and Combinations
Medium

Question

The number of 6-digit numbers made by using the digits 1, 2, 3, 4, 5, 6, 7, without repetition and which are multiple of 15 is ____________.

Answer: 15

Solution

Key Concepts and Formulas

  • Divisibility by 15: A number is divisible by 15 if and only if it is divisible by both 3 and 5, since 15 = 3 x 5 and 3 and 5 are coprime.
  • Divisibility Rule for 5: A number is divisible by 5 if and only if its last digit is 0 or 5.
  • 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 nn distinct objects in rr places is given by P(n,r)=n!(nr)!P(n, r) = \frac{n!}{(n-r)!}.

Step-by-Step Solution

Step 1: Apply the Divisibility Rule for 5 Since the 6-digit number must be divisible by 5, its last digit must be either 0 or 5. However, we can only use the digits 1, 2, 3, 4, 5, 6, and 7. Therefore, the last digit must be 5.

Step 2: Apply the Divisibility Rule for 3 Since the 6-digit number must be divisible by 3, the sum of its digits must be divisible by 3. The digits we are using are from the set {1,2,3,4,5,6,7}\{1, 2, 3, 4, 5, 6, 7\}. Since the last digit is 5, we need to choose 5 more digits such that their sum, plus 5, is divisible by 3. The sum of all the digits is 1+2+3+4+5+6+7=281 + 2 + 3 + 4 + 5 + 6 + 7 = 28. Let SS be the sum of the 5 digits we choose (excluding 5). We need S+5S + 5 to be divisible by 3, which means S+50(mod3)S + 5 \equiv 0 \pmod{3}, or S1(mod3)S \equiv 1 \pmod{3}.

Step 3: Determine which digit to exclude We are choosing 5 digits from the set {1,2,3,4,6,7}\{1, 2, 3, 4, 6, 7\}. The sum of these 6 digits is 1+2+3+4+6+7=231+2+3+4+6+7 = 23. Let xx be the digit that we exclude. Then the sum of the 5 digits we use is S=23xS = 23 - x. We need S1(mod3)S \equiv 1 \pmod{3}, so 23x1(mod3)23 - x \equiv 1 \pmod{3}. This simplifies to 2x1(mod3)2 - x \equiv 1 \pmod{3}, or x1(mod3)x \equiv 1 \pmod{3}. The digits in the set {1,2,3,4,6,7}\{1, 2, 3, 4, 6, 7\} that satisfy x1(mod3)x \equiv 1 \pmod{3} are 1, 4, and 7.

Step 4: Analyze the possible sets of digits We have three cases:

  • Case 1: Exclude 1. The digits are {2,3,4,6,7,5}\{2, 3, 4, 6, 7, 5\}.
  • Case 2: Exclude 4. The digits are {1,2,3,6,7,5}\{1, 2, 3, 6, 7, 5\}.
  • Case 3: Exclude 7. The digits are {1,2,3,4,6,5}\{1, 2, 3, 4, 6, 5\}.

In each case, we have a set of 6 distinct digits. The last digit must be 5, so we have 5 remaining digits to arrange in the first 5 places. The number of ways to arrange 5 distinct digits in 5 places is 5!=5×4×3×2×1=1205! = 5 \times 4 \times 3 \times 2 \times 1 = 120.

Step 5: Calculate the total number of 6-digit numbers Since there are 3 possible sets of digits, and each set can form 5!=1205! = 120 numbers, the total number of such 6-digit numbers is 3×120=3603 \times 120 = 360.

Common Mistakes & Tips

  • Remember to check both divisibility rules (3 and 5).
  • Carefully consider which digit is fixed (in this case, the last digit).
  • Don't forget to calculate the number of permutations correctly.

Summary

To form a 6-digit number using the digits 1, 2, 3, 4, 5, 6, 7 without repetition that is divisible by 15, we must ensure it is divisible by both 3 and 5. This means the last digit must be 5, and the sum of the digits must be divisible by 3. We identified the three sets of digits that satisfy these conditions, and for each set, we calculated the number of permutations with 5 as the last digit. The total number of such numbers is 360.

Final Answer

The final answer is \boxed{360}.

Practice More Permutations & Combinations Questions

View All Questions