
Elizabeth J.
asked 02/05/21Please help! am so lost.
- Use the m & n method to create your own Pythagorean Triple
- Draw and label a Right Triangle with the Pythagorean Triple you created
- Use the Pythagorean Theorem to prove that your Pythagorean Triple is valid
3 Answers By Expert Tutors

William W. answered 02/05/21
Experienced Tutor and Retired Engineer
You get to pick two random values of m and n (but pick m bigger than n), for instance m = 6 and n = 5. Now, use the following rules to generate the sides of you right triangle:
a = m2 − n2
- In this case, that makes a = 62 - 52 = 36 - 25 = 11
b = 2mn
- In this case, that makes b = 2•6•5 = 60
c = m2 + n2
- In this case, that makes c = 62 + 52 = 36 + 25 = 61
So this is your "Pythagorean Triple" (a, b, c) = (11, 60, 61) or here is a sketch of your triangle:
As a check, try the Pythagorean Theorem: a2 + b2 = c2 and you will see it works.

Yuri O. answered 02/05/21
16 years online, 464 former SAT problems drilled down
a, b - lengths of legs of the right triangle
c - length of hypotenuse
The "n" and "m" method of making Pythagorean triples:
For "n" and "m", any two positive integers, such that m > n,
a = m2 - n2
b = 2mn
c = m2 + n2
Calculating Pythagorean triple:
for m = 2, n =1,
a = 4 - 1 = 3
b = 2•2•1 = 4
c = 4 + 1 = 5
Therefore, 3, 4 and 5 are Pythagorean triple.
Checking:
9 +16 = 25 ← Pythagorean theorem
25 = 25 → checks out!

Michael M. answered 02/05/21
Math, Chem, Physics, Tutoring with Michael ("800" SAT math)
Pick two natural numbers m and n with gcd(m, n) = 1
Your triple is three numbers representing the sides of the triangle.
2mn and |m2 - n2| are the sides of the triangle and m2 + n2 is your hypotenuse.
For example. Suppose the numbers you choose are m = 2 and n = 1
2(2)(1) and |(2)2 - (1)2| are the sides and (2)2 + (1)2 is the hypotenuse.
Therefore 4 and 3 are the sides and 5 is the hypotenuse and your triple is 3-4-5.
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Mark M.
Did you learn the "m and n" method? Can you do it?02/05/21