To determine which of the given options is a Pythagorean triple, we need to check if the sum of the squares of the two smaller numbers equals the square of the largest number in each set.
-
For (4, 11, 12): \(4^2 + 11^2 = 16 + 121 = 137\) \(12^2 = 144\) \(137 ≠ 144\) → Not a Pythagorean triple.
-
For (10, 24, 25): \(10^2 + 24^2 = 100 + 576 = 676\) \(25^2 = 625\) \(676 ≠ 625\) → Not a Pythagorean triple.
-
For (15, 36, 39): \(15^2 + 36^2 = 225 + 1296 = 1521\) \(39^2 = 1521\) \(1521 = 1521\) → This is a Pythagorean triple.
-
For (7, 14, 15): \(7^2 + 14^2 = 49 + 196 = 245\) \(15^2 = 225\) \(245 ≠ 225\) → Not a Pythagorean triple.
Out of the given options, (15, 36, 39) is a Pythagorean triple.