Consider the following statements about pythagorean triples :
If , it can never be the hypotenuse in a pythagorean triangle.
If is a complex number with distinct positive integer real and imaginary parts, then there is a pythagorean triangle with side lengths , , and .
If is a pythagorean triple, it can be rewritten as , for some complex number with integer real and imaginary parts.
If for a with distinct positive integer real and imaginary parts isn't a primitive pythagorean triple, is.
If is a primitive pythtagorian triple, then there is exactly even number, and it is either or .
How many of them are correct?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This statement is false (not this one, that one, let's avoid paradoxes :) ). An easy counter example is 1 5 2 = 9 2 + 1 2 2 . It is true, however, that you can't write a number that's one less than a multiple of 4 as a sum of two squares.
Correct: When we square a complex number, we square it's magnitude, and since the magnitude of a complex number is just ( R e ( z ) ) 2 + ( I m ( z ) ) 2 , when we square it, it becomes an integer. it is also equal to ( R e ( z 2 ) ) 2 + ( I m ( z 2 ) ) 2 , of course. So we have ∣ z 2 ∣ = ( R e ( z 2 ) ) 2 + ( I m ( z 2 ) ) 2 Which gives ∣ z 2 ∣ 2 = ( R e ( z 2 ) ) 2 + ( I m ( z 2 ) ) 2
Incorrect: as a counter-example, you can't write 6 + 8 i that way, in other words, 6 + 8 i isn't a gaussian integer
Incorrect: take z = 4 + 2 i , when we square it, we get 1 2 + 1 6 i , which is not primitive, but 6 + 8 i isn't either.
Correct: If it were possible to make a primitive pythagorean triple by having a triangle with two odd legs, we'd have: ( 2 a ) 2 = ( 2 b + 1 ) 2 + ( 2 c + 1 ) 2 ) . Expanding gives: 4 a 2 = 4 b 2 + 4 b + 4 c 2 + 4 c + 2 . Looking at it m o d 4 gives 4 ≡ 2 , which is a contradiction.