Given $a,b$ are natural numbers s.t.
$a^2 = y$ and $b^3 = y$,
is it true there must exist a natural number $c$ such that
$c^6 = y$?
Given $a,b$ are natural numbers s.t.
$a^2 = y$ and $b^3 = y$,
is it true there must exist a natural number $c$ such that
$c^6 = y$?
The answer is yes.
Set $c = \frac{a}{b}$. Then $$ c^6 = \frac{a^6}{b^6} = \frac{y^3}{y^2} = y \, . $$ It remains to show that $c$ is an integer. If that were not the case, then there would exist a prime number $p$ that divides one of the numbers $a, b$ but not the other one, e.g. $p \mid a$ and $p\nmid b$. But then $p \mid a^2 = y$ and $p \nmid b^3 = y$ which is silly. Therefore $c$ is an integer.
Yes. $$a^2 =b^3=y \implies a=\sqrt{b^3}=\sqrt{y}$$
Since $a$ is a natural number, $\sqrt{b^3}$ is as well.
I guess the next step is to show that if $b^3$ is a square, then $b$ is a square.
Then the number $z$ such that $z^2=b$, is the number that $z^6=y$.