A 3-digit number is a multiple of 6 → divisible by 2 and divisible by 3 . → Last digit must be even ( ). → Sum of digits must be divisible by 3 . Step 1: Choose last digit (must be even) Possible last digits choices Step 2: After choosing the last digit, the remaining 5 digits include: Residues mod 3: - remainder 1 - remainder 2 - remainder 0 No matter which even digit you remove, the remaining residues always allow valid pairs whose divisible by 3 : - One pair from (1-group, 2-group): - (0-group, 0-group) gives no pair - (1-group, 1-group) or (2-group, 2-group) invalid for 3-digit sum Therefore: 4 valid digit-pairs for the first two positions. Each pair can be arranged in ways → total numbers per last digit. Step 3: Multiply