jahid.dumgt wrote:
hey Ron, can u please elaborate your logic -though enough elaborated- for statement (1) when Z is not an integer. though u mentioned, i understood superficially.
short version:
* the statement says z^3 is an integer.
* this means that
z^3 could be 0, 1, 2, 3, ... (as well as the negatives of these, actually)
* take the cube root of all these to find z
* so, z could be ...
... cube root of 0 --> 0 (= integer)
... cube root of 1 --> 2 (= integer)
... cube root of 2 --> not an integer
so, insufficient.