The question given is,
If $ab(a+b)=2$ then show that $\dfrac{1}{(ab)^3}-a^3-b^3=?$
$(a)\ \ \ \ \ 0$
$(b)\ \ \ \ \ 1$
$(c)\ \ \ \ \ 3$
$(d)-1$
I noted that $a=1$ and $b=1$ satisfy the given condition. Then I tried to replace $a^3+b^3$ with $(a+b)^3-3ab(a+b)=(a+b)^3-6$, and then replaced $(a+b)$ with $\dfrac{2}{ab}$ but I couldn't eliminate $a$ and $b$.
Any hints will be appreciated, thanks.
Edit: I can't recall the exact four options but the question statement is same.
I haven't gone through all the details, but let me give you a hint.
$$ ab(a+b) = 2 \Rightarrow \frac{1}{ab} = \frac{1}{2}(a+b) $$
$$ \Rightarrow \frac{1}{(ab)^3} - a^3 - b^3 = \frac{1}{8}(a+b)^3 - (a^3 + b^3). $$
This is similar to what you had suggested, but you will probably find it easier working with $a^r$ and $b^r$ rather than their inverses.
Actually, the question is incorrect. I tested it on multiple pairs on Matlab, and it fails... This can be seen as for large $a$ the right-hand side is like $-(7/8)a^3 \rightarrow -\infty$. (Note that $a \rightarrow -\infty \Rightarrow b \rightarrow 0$ so that the other equality holds, but this doesn't matter as in the final expression, the $a$ is not in a product with $b$.)
Basically, my advice is to look for the correct version of the question, then use the advice that I gave above the line.
Hope this helps! :)