Bunuel
A five-digit integer 7a1b0, where a and b are thousands and tens digits, respectively, is divisible by 72. If |a - b| is a prime number, what is the value of a*b ?
A. 8
B. 12
C. 16
D. 18
E. 24
\(7a1b0\) is divisible by \(72\).
\(72 = 2^3 * 3^2\) => \(72 = 8 * 9\)
So, \(7a1b0\) is divisible by both \(8\) and \(9\)
Divisibility rule for \(8\): Last 3 digits need to be divisible by 8
Divisibility rule for \(9\): Sum of digits need to be divisible by 9For \(7a1b0\) to be divisible by 8, \(b\) needs to be either \(2\) or \(6\) because only \(1\) and \(0\) are fixed and only \(120\) and \(160\) are divisible by 8
So: If \(b = 2\), \(|a - b| = |a - 2| is prime => a = 4/5/7/9\)
In any of the above cases for \(a\), sum of digits will not be divisible by 9 (\(14/15/17/19\))
So: If \(b = 6\), \(|a - b| = |a - 6| is prime => a = 1/3/4/8/9\)
In all the above cases, only for \(a = 4\) is the sum of digits divisible by 9
So, overall, we only have 1 case in which the number is divisible by 72 => \(a = 4, b = 6\)
Product = \(ab = 24\)
Answer - E