What is pythogorean triplets
Answers
Answered by
2
the pythogeoran triplet only works for right angled triangles.
in this the square of hypotenuse is equal to that of the remaining two sides.
example:
6,8,10
3,4,5
in this the square of hypotenuse is equal to that of the remaining two sides.
example:
6,8,10
3,4,5
Answered by
238
A Pythagorean triple consists of three positive integers a, b, and c, such that a² + b² = c². Such a triple is commonly written, and a well-known example is. If is a Pythagorean triple, then so is for any positive integer k. A primitive Pythagorean triple is one in which a, b and c are coprime.
★Examples :
Integer triples which satisfy this equation are Pythagorean triples. The most well known examples are (3,4,5) and (5,12,13). Notice we can multiple the entries in a triple by any integer and get another triple. For example (6,8,10), (9,12,15) and (15,20,25).
________________________________
★How to Form a Pythagorean Triplet :
- If the number is odd: Square the number N and then divide it by 2. Take the integer that is immediately before and after that number i.e. (N2/2 -0.5) and (N2/2 +0.5).
- If the number is even: Take the half of that number N and then square it. Pythagorean triplet= N, (N/2)2-1, (N/2)2+1.
Similar questions