In[6]:= Solve[-3 (y - 2)^(4/5) + 29 == -19, y, Integers] Out[6]= {{y -> 34}}
There is another root for above equation that is y -> -30. But the software only display one root. Is it a bug?
Thanks for the help.