// archives

Trinket

This tag is associated with 28 posts

Project Euler 205 Solution

Comparing four-sided and six-sided dice

Project Euler 1 Solution

Find the sum of all the natural numbers that are multiples of 3 or 5 using the inclusion-exclusion principal.

Project Euler 2 Solution

Find the sum of all the even-valued terms in the Fibonacci sequence which do not exceed 4 million.

Project Euler 4 Solution

Find the largest palindrome made from the product of two 3-digit numbers.

Project Euler 5 Solution

Find the smallest number divisible by each of the numbers 1 to 20.

Project Euler 6 Solution

Find the difference between the sum of the squares and the square of the sum.

Project Euler 7 Solution

Find the 10001st prime.

Project Euler 8 Solution

Discover the largest product of thirteen consecutive digits in the 1000-digit number.

Project Euler 10 Solution

Calculate the sum of all the primes below two million.

Project Euler 11 Solution

Find the greatest product of four adjacent numbers in the same direction in a grid.