Solution:
Firstly note that ab(a+b)(a+b+1)=2+aba2+b2+a+b. Let c be this fraction so that (a+b)(a+b+1)=ab(c+2) for some integers a,b,c. Suppose (a,b) with a≥b is a solution for some c. Consider the quadratic
x2−(bc−1)x+b2+b=0
It has one root a, and the other root is therefore bc−a−1. Furthermore the other root can also be expressed as ab2+b≤b+1b2+b=b, so that 0<bc−a−1≤b. In particular, (b,bc−a−1) is a solution as well.
Thus all solutions (a,b) reduce to a solution where a=b, at which point c=2+a2. Since a,c are positive integers we thus have a=1,2, and so c=3,4.
Through this jumping process, we iteratively find the solutions for c=3 :
(2,2)→(2,3)→(3,6)→(6,14)→(14,35)→(35,90)
and c=4 :
(1,2)→(2,6)→(6,21)→(21,77)
so that the desired pair is (35,90).