// archives

Solutions 10 – 50

This category contains 26 posts

Project Euler 12 Solution

Find the value of the first triangle number to have over five hundred divisors

Project Euler 15 Solution

Find the number of routes from the top left corner to the bottom right corner in a rectangular grid.

Project Euler 18 Solution

Maximum sum from top to bottom of triangular array.

Project Euler 21 Solution

Evaluate the sum of all amicable pairs under 10,000.

Project Euler 22 Solution

Calculate the total of all the name scores in the file of first names.

Project Euler 28 Solution

Find the sum of both diagonals in a square spiral.

Project Euler 29 Solution

Find the distinct terms in the sequence generated by a**b for 2 ≤ a ≤ 100 and 2 ≤ b ≤ 100?

Project Euler 32 Solution

Find the sum of all 1-9 pandigital numbers that is composed of two factors and their product.

Project Euler 33 Solution

Discover all the fractions with an unorthodox cancelling method.

Project Euler 34 Solution

Find the sum of all numbers which are equal to the sum of the factorial of their digits.