dgamma3
- 12
- 0
hello, I am trying to solve this problem:
If w is an even integer, then w^2 - 1 is not a prime number.
my current working.
prove by contradiction
If w is a even integer then w^2 -1 is a prime number.
if w = 2x
then w^{2} -1
= 4x^{2} -1
I am not sure where to go from here, maybe congruence relations:
n+1 = (4x^{2})y
(4x^{2})y | n+1 therefore this is a contradiction.
is this correct.
thanks.
If w is an even integer, then w^2 - 1 is not a prime number.
my current working.
prove by contradiction
If w is a even integer then w^2 -1 is a prime number.
if w = 2x
then w^{2} -1
= 4x^{2} -1
I am not sure where to go from here, maybe congruence relations:
n+1 = (4x^{2})y
(4x^{2})y | n+1 therefore this is a contradiction.
is this correct.
thanks.