- #1
cocoabeens
- 6
- 0
Hello, new to the forums here.
I need to prove that for all integers x, x^2 = 0(mod4) or x^2 = 1(mod4).
I started out by making a table of different cases.
case 1: y=0 ->0mod4
case 2: y=1 ->1mod4
case 3: y=2 ->0mod4
...
case odd: y=2n ->0mod4
case even: y=2n+1 ->1mod4
From here, I'm not quite sure how to say in words the rest of the proof.
In the next part, I use what's proved above to prove that x^2 + y^2 = 5003 doesn't have any integer solutions. I wasn't quite sure how to start this one.
Do I need to solve for two cases, where I assume x is odd in the first, and even in the second? I'm not sure how to use the Y^2 value at all.
I'd appreciate how to get the ball rolling on this one. Thanks so much in advance!
I need to prove that for all integers x, x^2 = 0(mod4) or x^2 = 1(mod4).
I started out by making a table of different cases.
case 1: y=0 ->0mod4
case 2: y=1 ->1mod4
case 3: y=2 ->0mod4
...
case odd: y=2n ->0mod4
case even: y=2n+1 ->1mod4
From here, I'm not quite sure how to say in words the rest of the proof.
In the next part, I use what's proved above to prove that x^2 + y^2 = 5003 doesn't have any integer solutions. I wasn't quite sure how to start this one.
Do I need to solve for two cases, where I assume x is odd in the first, and even in the second? I'm not sure how to use the Y^2 value at all.
I'd appreciate how to get the ball rolling on this one. Thanks so much in advance!