// archives

Solutions 50-59

This category contains 10 posts

Project Euler Problem 50 Solution

Which prime, below one-million, can be written as the sum of the most consecutive primes?

Project Euler Problem 51 Solution

Find the smallest prime which, by changing the same part of the number, can form eight different primes.

Project Euler Problem 52 Solution

Find the smallest positive integer, x, such that 2x, 3x, 4x, 5x, and 6x, contain the same digits in some order.

Project Euler Problem 53 Solution

How many values of C(n,r), for 1 ≤ n ≤ 100, exceed one-million?

Project Euler Problem 54 Solution

How many hands did player one win in the game of poker?

Project Euler Problem 55 Solution

How many Lychrel numbers are there below ten-thousand?

Project Euler Problem 56 Solution

Considering natural numbers of the form, ab, finding the maximum digital sum.

Project Euler Problem 57 Solution

Investigate the expansion of the continued fraction for the square root of two.

Project Euler Problem 58 Solution

Investigate the number of primes that lie on the diagonals of the spiral grid.

Project Euler Problem 59 Solution

Using a brute force attack, can you decrypt the cipher using XOR encryption?