Is a positive integer even if its square is even?

Let's take a positive integer n.We can write it as a product of prime numbers:n=p1p2...pr, where p1, p2, ..., pr are prime factors of n.Now, assume that n2 is even. Then one of the pi equals 2. Why?Note that n2=p12...pr2. Also, since n2 is even, then n2=2k for some k positive integer. => 2k=p12...pr2, which, since 2 is a prime, implies that 2 = pi for some i.Hence, n=2p1p2...pi-1pi+1...pr.And so, n is even. 

AS

Related Maths University answers

All answers ▸

What is the difference between a Supremum and a Maximum of a sequence?


Let n be a positive integer. Find the continuous functions f:ℝ->ℝ with the property that integral from 1 to x of f(ln(t)) dt=x^n ln(x) for all positive real numbers x.


Is there any rational number whose square is 2?


Prove Wilson's Theorem, i.e. (p-1)! = -1 (mod p) for any prime number p.