I have a question for which I was not able to find an answer online. I was wondering how many Pythagorean Triplets we have found till now which consists of three consecutive integers like $(3,4,5)$.
2026-03-28 16:19:56.1774714796
Consecutive Integers Pythagorean Triplets
151 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$x^2 +(x+1)^2=(x+2)^2\\\implies x^2 +(x+1)^2-(x+2)^2=0\\\implies x^2 - 2 x - 3 = 0$$
Using the quadratic equation, we find $$x\in\{3,-1\}\implies \text{the set of triples}\quad S=\{(3,4,5),(-1,0,1)\}$$ There are no other solutions.