Sha256: c55a0221d207b5a30a8b320537ce3bc8cdae8f78ffbccbdee3b6bc31e3dfeaf7

Contents?: true

Size: 268 Bytes

Versions: 77

Compression:

Stored size: 268 Bytes

Contents

A Pythagorean triplet is a set of three natural numbers, {a, b, c}, for
which,

```
a**2 + b**2 = c**2
```

For example, 

```
3**2 + 4**2 = 9 + 16 = 25 = 5**2.
```

There exists exactly one Pythagorean triplet for which a + b + c = 1000.

Find the product a * b * c.

Version data entries

77 entries across 77 versions & 1 rubygems

Version Path
trackler-2.2.1.39 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.38 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.37 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.36 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.35 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.34 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.33 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.32 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.31 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.30 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.29 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.28 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.27 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.26 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.25 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.24 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.23 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.22 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.21 problem-specifications/exercises/pythagorean-triplet/description.md
trackler-2.2.1.20 problem-specifications/exercises/pythagorean-triplet/description.md