Inspired by Calvin Lin

A primitive pythagorean triplet is a set of three positive integer { a , b , c } \{ a, b, c \} which are mutually prime and satisfy a 2 + b 2 = c 2 a^2 + b^2 = c^2 .

How many such triplets exist such that 1 c 100 1 \leq c \leq 100 and none of a , b , c a, b, c are prime?


The answer is 3.

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.

1 solution

Tom Van Lier
Nov 11, 2015

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).

Thanks. I have updated the answer to 3.

In future, if you spot any errors with a problem, you can “report” it by selecting "report problem" in the “More” menu in the top right corner. This will notify the problem creator who can fix the issues.

Calvin Lin Staff - 5 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...