Joey and Chloe and their daughter Zoe all have the same birthday. Joey is 1 year older than Chloe, and Zoe is exactly 1 year old today. Today is the first of the 9 birthdays on which Chloe's age will be an integral multiple of Zoe's age.
What will be the sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age?
Let the age of Joey, Chloe and Zoe be j, c & z respectively
j = c + 1
z = 1
(c + k)/(1 + k) will be an integer for 9 values of k.
(c-1)/(1+k) will be an integer for 9 values of k
c-1 will be of the form p1^2*p2^2 or of the form p^8
c-1 = 2^2*3^2 = 36; c = 37
c-1 = 2^2*5^2 = 100 exceeds 2 digits; not feasible
c-1 = 2^8 = 256; exceeds 2 digits; not feasible
c = 37
j = c+1 = 38
(38+k)/(1+k) is an integer
37/(1+k) is an integer
k = 36;
38+k = 38+36 = 74
The sum of the two digits of Joey's age the next time his age is a multiple of Zoe's age = 7+4 = 11
IMO E