Skip to main contentSkip to solution

How many four digit numbers, which are divisible by 66, can be formed using the digits 0,2,3,4,60, 2, 3, 4, 6, such that no digit is used more than once and 00 does not occur in the left-most position?

Entered answer:

Solution

✅ Correct Answer: 50

For a number to be divisible by 66, it must satisfy both conditions:

• Divisible by 22: Last digit must be even (0,2,4,0, 2, 4, or 66)

• Divisible by 33: Sum of all digits must be divisible by 33


We need to pick 44 digits from {0,2,3,4,6}\{0, 2, 3, 4, 6\}. Since we're leaving out 11 digit, let's check each possibility:

Sum of all digits =0+2+3+4+6=15= 0 + 2 + 3 + 4 + 6 = 15

• Leave out 00: Sum =15−0=15= 15 - 0 = 15, and 15÷3=515 \div 3 = 5 ✓

• Leave out 22: Sum =15−2=13= 15 - 2 = 13, and 13÷3=4.33...13 \div 3 = 4.33... ✗

• Leave out 33: Sum =15−3=12= 15 - 3 = 12, and 12÷3=412 \div 3 = 4 ✓

• Leave out 44: Sum =15−4=11= 15 - 4 = 11, and 11÷3=3.66...11 \div 3 = 3.66... ✗

• Leave out 66: Sum =15−6=9= 15 - 6 = 9, and 9÷3=39 \div 3 = 3 ✓

Valid digit sets:

• Set A: {2,3,4,6}\{2, 3, 4, 6\} (leave out 00)

• Set B: {0,2,4,6}\{0, 2, 4, 6\} (leave out 33)

• Set C: {0,2,3,4}\{0, 2, 3, 4\} (leave out 66)


Set A: {2,3,4,6}\{2, 3, 4, 6\} (No zero restrictions!)

Last digit options: 2,4,62, 4, 6 (all even)

For each even last digit: 3!=63! = 6 ways to arrange the other 33 digits

Total: 3×6=183 \times 6 = 18 numbers


Set B: {0,2,4,6}\{0, 2, 4, 6\} (Zero cannot be first!)

Last digit can be: 0,2,4,0, 2, 4, or 66 (all even)

When last digit is 00:

• First digit: 33 choices (2,4,6)(2, 4, 6)

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 3×2=63 \times 2 = 6

When last digit is 22:

• First digit: 22 choices (4,6)(4, 6) [since 00 can't be first]

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 2×2=42 \times 2 = 4

When last digit is 44:

• First digit: 22 choices (2,6)(2, 6) [since 00 can't be first]

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 2×2=42 \times 2 = 4

When last digit is 66:

• First digit: 22 choices (2,4)(2, 4) [since 00 can't be first]

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 2×2=42 \times 2 = 4

Set B total: 6+4+4+4=186 + 4 + 4 + 4 = 18 numbers


Set C: {0,2,3,4}\{0, 2, 3, 4\} (Zero cannot be first!)

Last digit options: 0,2,40, 2, 4 (even digits only)

When last digit is 00:

• First digit: 33 choices (2,3,4)(2, 3, 4)

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 3×2=63 \times 2 = 6

When last digit is 22:

• First digit: 22 choices (3,4)(3, 4) [since 00 can't be first]

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 2×2=42 \times 2 = 4

When last digit is 44:

• First digit: 22 choices (2,3)(2, 3) [since 00 can't be first]

• Middle 22 positions: 2!=22! = 2 arrangements

• Subtotal: 2×2=42 \times 2 = 4

Set C total: 6+4+4=146 + 4 + 4 = 14 numbers


Final answer: 18+18+14=5018 + 18 + 14 = 50

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question