A seven-digit number comprises of only 2's and 3's. How many of these are multiples of 12?
A no is divisible by 12 if it is divisible by 3 and 4 .
A no is divisible by 4 if no formed by last two digits is divisible by 4.
So, 32 is always present in tens and units place.
So, we need such combination of 2 and 3 's in the first five places so that we get sum when added with 5 results in a sum which is divisible by 3.
How to do that?
- 11
- 12
- 10
- 22
A no is divisible by 12 if it is divisible by 3 and 4 .
A no is divisible by 4 if no formed by last two digits is divisible by 4.
So, 32 is always present in tens and units place.
So, we need such combination of 2 and 3 's in the first five places so that we get sum when added with 5 results in a sum which is divisible by 3.
How to do that?