Added Question 9

This commit is contained in:
Thejus-Paul 2017-11-09 06:15:10 +05:30
parent 7f87515836
commit 3fae059b61

View File

@ -37,3 +37,8 @@ PROBLEMS:
7. By listing the first six prime numbers: 2, 3, 5, 7, 11, and 13, we can see that the 6th prime is 13.
What is the Nth prime number?
9. A Pythagorean triplet is a set of three natural numbers, a < b < c, for which,
a^2 + b^2 = c^2
There exists exactly one Pythagorean triplet for which a + b + c = 1000.
Find the product abc.