MBAToronto2024
KarishmaBI got the following solution:
m = kd + 17
n = kd + 27
m + n = 2kd + 44
2kd + 44 = kd + 7
kd = -37
Not sure if it's correct but looks like that. And I selected 37 as answer.
Note that the quotients in the two cases are likely to be different so we shouldn't use k for all.
m = kd + 17
n = td + 27
m + n = d(k+t) + 44
d(k+t) + 44 = ds + 7
d(s-k-t) = 37*1
So d must be 37 and (s-k-t) = 1
Conceptual Method: Instead, think about it in terms of division as grouping.
When m is divided by d, some groups of d balls are formed and 17 balls remain.
When n is divided by d, some groups of d balls are formed and 27 balls remain.
When m+n is divided by d, the groups of d balls come together and so do 17 + 27 balls = 44 balls.
But actually only 7 balls remain. Why? Because another group of 37 is formed from 44 and 7 balls are left. Hence d must be 37.
Answer (B)