Problem statement
If x and y are two digits of the number 653xy such that this number is divisible by 80, then what is x+y.
80 = 2^4 * 5;
what I have so far-- since 5 divides 653xy, so y=0 or y=5.
I can't deduce any more information.
Could somebody help me with this?