So I have been given this question to answer:
Give a proof by cases to show that the equation $5x^2 + 4y^3 = 51$ does not have any solution $x,y \in \mathbb Z^+$
I am assuming that I could give two cases for this problem:
- Express everything in terms of y = $((51-5x^2)/4)^{1/3}$
- Express everything in terms of x = $((51-4y^3)/5)^{1/2}$
Since $4^{1/3}$ is irrational and $5^{1/2}$ is also irrational, then there are no integers that make this solution true.
Do I have this right?