Skip to main content
OlympiadHQ

Browse · MATH

Print

jmc

counting and probability senior

Problem

An integer between and , inclusive, is called balanced if the sum of its two leftmost digits equals the sum of its two rightmost digits. How many balanced integers are there?
Solution
If the common sum of the first two and last two digits is , such that , there are choices for the first two digits and choices for the second two digits (since zero may not be the first digit). This gives balanced numbers. If the common sum of the first two and last two digits is , such that , there are choices for both pairs. This gives balanced numbers. Thus, there are in total balanced numbers. Both summations may be calculated using the formula for the sum of consecutive squares, namely .
Final answer
615