Saved Bookmarks
| 1. |
10. Find a Pythagorean triplet whose one memberis 323. |
|
Answer» When n is a member of a pythagorean tripplet then the triplet is : n² - 1 2n n² + 1 In our case n = 323 Doing the substitution we have : n² - 1 = 323² - 1 = 104328 2n = 323 × 2 = 646 n² + 1 = 104330 The tripplet is thus : 104328, 646, 104330 Read more on Brainly.in - https://brainly.in/question/5089154#readmore |
|