A four-digit positive integer is called virtual if it has the form , where and are digits and . For example 2020, 2121 and 2222 are virtual numbers, while 2002 and 0202 are not. Find all virtual numbers of the form , for some positive integer .
Solution
To solve the problem of finding all virtual numbers of the form , we need to express a virtual number in the required form and establish conditions for .
A virtual number can be expressed mathematically as:
We are tasked with finding such that:
To proceed, consider the behavior of modulo 11, since the expression indicates periodic properties associated with modulo calculations. We have:
Checking possible values of for since these are all the residues mod 11:
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- ,
- .
Therefore, none of these congruences satisfy . Hence, we must search for values of that enable .
Supposed :
Check:
- and ,
- .
Thus, the virtual number of the form is indeed:
This confirms that and no other within reasonable bounds yields such a result.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.