Home | Problemset | Contests | Account

XOR

Author: mistertfy64

(The maximum score for this problem is 34400 points.)

Find the sum of the integers in the range [10000, 50000] that satisfy exactly 1 condition for each of 1., 2., 3., and 4.

    • The number is divisible by 2.
    • The number is divisible by 4.
    • The digital root of the number is divisible by 3.
    • The digit sum of the number is 9.
    • The number ends in a 1.
    • The second digit from the right is a 1.
    • The first digit of the number is even.
    • The last digit of the number is even (or ends in a 0).

Do not include number separators (e.g., commas and dots) in your answer.


Please log in to submit answers.

Correct Answers

# Username Timestamp
1 achinhchin 2025-05-08T07:13:22.393Z
2 KUYYEDHEE 2025-05-08T12:38:54.206Z
3 morlums 2025-05-12T17:11:24.720Z
4 admin 2025-05-12T18:37:05.173Z