Recent Posts

Project Euler : Problem 16 - Power digit sum

less than 1 minute read

Problem Statement : Power digit sum Problem 16 : and the sum of its digits is . What is the sum of the digits of the number ? Concept and Theory This is a ...

Project Euler : Problem 15 - Lattice paths

3 minute read

Problem Statement : Lattice paths Problem 15 : Starting in the top left corner of a 2×2 grid, and only being able to move to the right and down, there are ex...

Project Euler : Problem 13 - Large sum

1 minute read

Problem Statement : Large sum Problem 13 : Work out the first ten digits of the sum of the following one-hundred -digit numbers. 371072875339021027987979982...

Prime Factorization and Applications

15 minute read

Definitions Factors : The parts that make up the whole number. The factors of a number are the numbers that, when multiplied together, make up the original n...