To find how many 4-digit numbers of the form AB61 are divisible by 11, we start by applying the divisibility rule for 11. A number is divisible by 11 if the difference between the sum of its digits in odd positions and the sum of its digits in even positions is a multiple of 11.
The number is of the form AB61, where A and B are distinct digits. Therefore, the positions and their digits are:
According to the divisibility rule of 11:
\(A + 6 - (B + 1)\) should be a multiple of 11.
Simplifying the condition:
\(A - B + 5 \equiv 0 \, (\text{mod} \, 11)\).
This simplifies to:
\(A - B \equiv -5 \, (\text{mod} \, 11)\)
\(A - B \equiv 6 \, (\text{mod} \, 11)\)
Since A and B are digits (0-9), we solve:
We can find valid pairs (A, B):
Thus, the four valid numbers that can be formed are: 6061, 7161, 8261, and 9361.
Hence, there are 4 four-digit numbers of the form AB61 that are divisible by 11 where A and B are distinct digits.