Saved Bookmarks
| 1. |
I need pythogorean triplet |
|
Answer» hagorean triple CONSISTS of three POSITIVE integers a, b, and c, such that a2 + b2 = c2. Such a triple is commonly WRITTEN (a, b, c), and a well-known example is (3, 4, 5).SWER:Explanation: |
|