I'm doing some Cambridge STEP papers and have come across a tricky set of equations.
\begin{align*} 99 &= c^3 + 6 cd^2 \tag{1} \\ 70 &= 3c^2d + 2d^3 \tag{2} \end{align*}
From looking around, I've found the easiest way to solve these for the real solutions is to note that $ c^3 < 99 $ and $ 2d^3 < 70 $ and then to work numerically. My question is: How can these be solved algebraically ?
Many thanks!
Hint...try dividing both equations by $d^3$, and then making a substitution $x=\frac cd$.
This gives $$x^3+6x=\frac{99}{d^3}$$ and $$3x^2+2=\frac{70}{d^3}$$ Eliminating the terms involving $\frac {1}{d^3}$ you ontain the polynomial $$70x^3-297x^2+420x-198=0$$ whose only real root is $x=\frac 32$ which by substitution leads to $c=3, d=2$. But I don't know if this is the best way...