A primitive pythagorean triplet is a set of three positive integer which are mutually prime and satisfy .
How many such triplets exist such that and none of are prime?
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.
I think there are 3 :
(16, 63, 65) (33, 56, 65) and (36, 77, 85). Therefore, this question has a wrong answer, since there are at least 3 (I think they're the only one, but didn't prove this though.)
Note : I lost points for 3 being a wrong answer and for 6 (swapping a and b, because they shouldn't be ordered).