Is N = the Square of an Integer?
----the "Square of an Integer" means the Question is asking whether N is a PERFECT SQUARE ----
Does N = (Integer)^2?
Rule: All Perfect Squares will have a Prime Factorization in which every Prime Base will be raised to an EVEN Power
Stmt.1: 4N = (Integer)^2
because a Perfect Square only has EVEN Exponents of its Prime Bases:
4N = (p)^2 * (q)^2 * (r)^2 etc.....
----where---- p , q , and r = Prime Bases
Since we are told that N = (+)Pos. Integer, the Square of an Integer on the Right Hand Side of the Equation in Statement 1 MUST be Divisible by 4
in other words, AT THE VERY LEAST, the Perfect Square must have (2)^2 in its Prime Factorization
MIN Possible Value of 4N:
4N = (2)^2
N = (2)^2 / (4)
n = 1 -----> YES, 1 is a Perfect Square
Because we are Given:
(Fact 1) ---- N = (+)Positive Integer
and
(Statement 1) --- 4N = (Integer)^2
The Prime Factorization of 4N must always look like the following:
4N = (2)^2 * (Possibly more of Prime Base 2)^EVEN Power * (Other Prime Bases)^EVEN Power
when we Divide the R.H.S. by 4, we will still be left with ALL Prime Bases raised to an Even Power
thus
N will always be a Perfect Square
Stmt. 2:
(N)^3 = (Integer)^2
Rule: the Prime Factorization of a PERFECT Cube must Always have Prime Bases raised to Exponents that are MULTIPLES OF 3
thus, in order for (N)^3 = PERFECT Square ------>
(N)^3 = [Integer^2] ^3k
(N)^3 = (Integer)^6k
----where K = some (+)Positive Integer----
When we take the CUBE ROOT of Both Sides of the Equation:
N = (Integer)^2k
which means N will always be equal to a Perfect Square
examples:
(N)^3 = 64 = (2^2)^3 = (4)^3 --------> N = 4
(N)^3 = 729 = (3^2)^3 = (9)^3 -------> N = 9
-D- Both Statements are Sufficient