Posts by Category

Project Euler

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...

Project Euler : Problem 7 - 10001st prime

less than 1 minute read

Problem Statement : 10001st prime Problem 7 : By listing the first six prime numbers: , we can see that the prime is .What is the prime number? Concept an...

Back to top ↑

Math

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...

Pythagorean Triplets

4 minute read

Definition : “Pythagorean triplets” are integer solutions to the Pythagorean Theorem (It states that the square of the hypotenuse (the side opposite the righ...

Fun Facts and General Concepts

4 minute read

This page is dedicated to some of the day to day life normal math stuff. I will keep updating this page to my heart’s content. Haha !!! I will highly recomm...

Prime Numbers

12 minute read

Definition A Prime number is a natural number greater than which has no factors execpt itself. Alternatively if a number cannot be formed by multiplying two...

GCD : Greatest Common Divisor

7 minute read

Definition GCD(Greatest Common Divisor) of two or more given numbers, not all zero, is the highest possible number which divides them all. Lets see how we...

Back to top ↑