Friday, June 8, 2018

LCM and HCF

LCM : Least Common Multiple 

The LCM of two or more numbers is the least number to be exactly divisible by each of them.
For example : LCM of 2,3,4 and 5 is 60.

Saturday, May 26, 2018

Number System

Sum of Numbers:

  • Sum of first n natural numbers                         = n(n+1)/2
  • Sum of square of first n natural numbers       = n(n+1)(2n+1)/6