Project Euler : Problem 9 - Special Pythagorean triplet
Problem Statement : Special Pythagorean triplet Problem 9 : A Pythagorean triplet is a set of three natural numbers, , for which, For example, . There ex...
Problem Statement : Special Pythagorean triplet Problem 9 : A Pythagorean triplet is a set of three natural numbers, , for which, For example, . There ex...
Definition : “Pythagorean triplets” are integer solutions to the Pythagorean Theorem (It states that the square of the hypotenuse (the side opposite the righ...
Problem Statement : Largest product in a series Problem 8 : The four adjacent digits in the -digit number that have the greatest product are . 7316717653133...
Problem Statement : 10001st prime Problem 7 : By listing the first six prime numbers: , we can see that the prime is .What is the prime number? Concept an...
Problem Statement : Sum square difference Problem 6 : The sum of the squares of the first ten natural numbers is, The square of the sum of the first ten n...
Problem Statement : Smallest multiple Problem 5 : is the smallest number that can be divided by each of the numbers from to without any remainder.What is ...
This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...
Problem Statement : Largest palindrome product Problem 4 : A palindromic number reads the same both ways. The largest palindrome made from the product of two...
Problem Statement : Largest prime factor Problem 3 : The prime factors of are and . What is the largest prime factor of the number ? Concept and Theory T...
Definition A Prime number is a natural number greater than which has no factors execpt itself. Alternatively if a number cannot be formed by multiplying two...