180k views
22 votes
Write a pythogorean triplet whose smallest number is 16​

1 Answer

7 votes

Answer:

(16, 63, 65)

Explanation:

A Pythagorean Triple is a set of positive integers, a, b and c that fits the rule: a² + b² = c²

Use the formula for generating triples (a, b, c):

(2m, m² - 1, m² + 1) where 2m is the smallest number

Let

  • a = 2m
  • b = m² - 1
  • c = m² + 1

Given a = 16 ⇒ m = 8

⇒ b = 8² - 1 = 63

⇒ c = 8² + 1 = 65

So the pythogorean triple whose smallest number is 16 is (16, 63, 65)

User Rickdmer
by
8.8k points

Related questions

asked Sep 27, 2024 220k views
Encombe asked Sep 27, 2024
by Encombe
7.4k points
1 answer
1 vote
220k views
asked Aug 14, 2023 20.7k views
Bmacharia asked Aug 14, 2023
by Bmacharia
8.1k points
1 answer
2 votes
20.7k views
asked Nov 25, 2024 169k views
Roman Hutnyk asked Nov 25, 2024
by Roman Hutnyk
8.0k points
1 answer
2 votes
169k views
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.

9.4m questions

12.2m answers

Categories