shanghaizzle
pike
a x b = 2376 x 22 = 52,272 (last number ends in two)
Eliminate b,c,d as 1s digit won't work.
Care to elaborate on this part?
When I saw this question, I wrote down the following:
a x b = 52272
a + b = 682
This is a clear constraint and its pretty simple to brute force the answer choices, but there is a further constraint, if we just focus on the ones digits.
If you think about multiplication we have:

Or just focusing on the ones digits:
j x k = 2
j+k = 2
There is only one set of numbers, 8 and 4, which will fit that sub criteria. 8*4 = 2, 8+4 = 12.
We can see it like this:

Hence we know that one of the numbers must end in either 8 or 4, and can eliminate b,c,d.
This just jumped into my mind straight away, I didn't spend too much time validating it as I knew brute force would work and I would know with certainty once I found an awer. So it was more a matter of giving me a head start in testing A and E. If it hadn't I would have just kept plugging.