Saved Bookmarks
| 1. |
Write a pythagorean triplet whose one member is 12 |
|
Answer» ong>Answer: 12, 35 and 37 Step-by-step explanation: 2m, m²-1 and m²+1 are Pythagorean triplets, where 2m is the smallest and m²+1 is the LARGEST NUMBER. Smallest number = 12 => 2m = 12 => m = 6 m²-1 = 6²-1 = 36-1 = 35 m²+1 = 6²+1 = 36+1 = 37 Hence, the Pythagorean triplets are 12, 35 and 37. |
|