Four integers $a,b,c,d$ make all the statements below true. What is the value of $a+b+c+d$?
(i) $10 \leq a,b,c,d \leq 20$
(ii) $ab-cd = 58$
(iii) $ad-bc = 110$
Adding the two equations together gives $ab+ad-cd-bc = 168$ and so $$a(b+d)-c(b+d) = (a-c)(b+d) = 168 = 2^3 \cdot 3 \cdot 7.$$ Then since $20 \leq b+d \leq 40$, we see that $b+d = 21,24,28$. In the first case, $b+d = 21$ and $a-c = 8$. Thus, $(a,c) = (18,10),(19,11)$ and $(b,d) = (10,11),(11,10)$. How do we deal with the other cases?