it is a long one.
first I tried to see what would be the last digit if the number is divisible by 8
becasue the hundreds digit is odd ,
so the reminder after dividing the hundreds will obviously be odd.
so 8 *A = odd tens are 16, 32, 56 and 72
so reminder after divions on tens will be 8 - 6 = 2 or 8 -2 = 6
in order to be divisible by 8 the ones has to be 4 because only 24 and 64 is divisible by 8.
so only C and D remains.
I don't have any shortcut rules for divisibility by 11, so i will plug both 5 and 6 and see which one is divisible by 11,
so after spending almost 5 minutes

I got C as the answer.
does anyone else has better way to solve this problem