The problem asks which of the given sets of numbers could represent the three sides of a right triangle. We need to check if the Pythagorean theorem holds for each set of numbers, where the largest number is the hypotenuse.
2025/4/1
1. Problem Description
The problem asks which of the given sets of numbers could represent the three sides of a right triangle. We need to check if the Pythagorean theorem holds for each set of numbers, where the largest number is the hypotenuse.
2. Solution Steps
We will use the Pythagorean theorem: , where is the largest side.
A. {13, 48, 50}
Since , this set does not represent a right triangle.
B. {49, 55, 73}
Since , this set does not represent a right triangle.
C. {16, 63, 65}
Since , this set represents a right triangle.
D. {20, 72, 75}
Since , this set does not represent a right triangle.
3. Final Answer
C. {16, 63, 65}