May 5, 2026 Final

Problem 5 · Six-digit numbers with conditions

Counting digit pairs whose sum is a two-digit number.

Integer answer, at most 4 digits

How many 6-digit numbers satisfy the following three conditions?

  1. The digit 0 does not appear.
  2. The sum of the first two digits equals the number formed by the last two digits.
  3. The number formed by the two middle digits is the sum of the first two digits plus 1.

For example, the number 651211 ($6+5=11$; $6+5+1=12$).

Copa Cangur · SCM Easy Closed answer