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$?
$61=(a-b)(a^2+ab+b^2)$, Since $a^2+ab+b^2>0$ you know that $a>b$ otherwise $(a-b)<0$.
Next since $a$ and $b$ are positive integers $a^2+ab+b^2$ is a positive integer call it $c$. Now you need to realize that $\frac{61}{a-b}=c$.
However 61 is a prime number. Thus $a-b=1$.
The choices B,C,D do not have factors whose difference is 1. For example $15=3\times 5,1\times 15$. $5-3=2$ and $15-1=15$. Thus B cannot be the answer. similar for the other ones.