Pythagorean Triples Checker
Check if (a,b,c) is a Pythagorean triple.
Check if three numbers satisfy a² + b² = c².
FAQ
Common triples?
3-4-5, 5-12-13, 8-15-17.
Check if (a,b,c) is a Pythagorean triple.
Check if three numbers satisfy a² + b² = c².
3-4-5, 5-12-13, 8-15-17.