I have:
If $a$ and $b$ are positive integers such that $a^3-b^3=61$, then the value of $ab$ is?
(1) $20$
(2) $15$
(3) $35$
(4) $63$
( Answer : option(1) )
Now, I know the identity $a^3 - b^3 = (a - b)(a^2 + ab + b^2)$ so $61 = (a - b)(a^2 + ab + b^2).$ But what to do next? I have a solution in which it is written, " Here , $(a - b) = 1$ [ because $a$ and $b$ are positive integers ] But how can the difference of any two unknown integers be $1$?