// archives

Solutions 100-149

This category contains 16 posts

Project Euler Problem 100 Solution

Finding the number of blue discs for which there is 50% chance of taking two blue.

Project Euler Problem 104 Solution

Finding Fibonacci numbers for which the first and last nine digits are pandigital.

Project Euler Problem 112 Solution

Investigating the density of “bouncy” numbers.

Project Euler Problem 113 Solution

How many numbers below a googol (10**100) are not “bouncy”?

Project Euler Problem 119 Solution

Investigating the numbers which are equal to sum of their digits raised to some power.

Project Euler Problem 120 Solution

Finding the maximum remainder when (a − 1)^n + (a + 1)^n is divided by a^2.

Project Euler Problem 121 Solution

Investigate the game of chance involving coloured discs.

Project Euler Problem 124 Solution

Determining the kth element of the sorted radical function.

Project Euler Problem 125 Solution

Finding square sums that are palindromic.

Project Euler Problem 129 Solution

Investigating minimal repunits that divide by n.