USE THIS SEARCH BOX AND GET MORE QUESTIONS UPDATES

Saturday, April 9, 2016

LCM or Least common factor

LCM is defined as the least number which is divisible by all the given divisors.  Take 4,6 as two divisors which divide 12, 24, 36... perfectly with no remainder.  So 12, 24, 36 are called common multiples of 4 and 6.  In other words, 4 and 6 are factors of all these number.  Of all these common multiples, 12 is the least number.  So we can say 12 is Least common multiple of all the given numbers or LCM of 4, 6.

Finding LCM: 

There are two ways to find LCM.  First one is division method, second one is Factorization method.  
1. Division Method: LCM of 15, 18, 27




In division method we have to continue the division until the numbers in the last row become co - primes with each other.  So LCM = 3 x 3 x 5 x 2 x 3 =270
2. Factorization Method: 
Here we can write all the given numbers in their prime factorization format.
15 = 3 x 5
18 = 2×32
27 = 33
Now take all primes number the given numbers and write their maximum powers. So LCM of 15, 18, 27 = 2×33×5= 270

Formula 1: If r is the remainder in each case when N is divided by x, y, z then the general format of the number is N= K x [LCM (x, y, z)] + r here K is a natural number

Example: A teacher when distributed certain number of chocolates to 4 children, 5 children, 7 children, left with 1 chocolate.  Find the least number of chocolates the teacher brought to the class
Ans:  N = K (LCM (4, 5, 7) + 1 = 140K + 1.  Where K = natural number.  When we substitute K = 1, we get the least number satisfies the condition. So minimum chocolates = 141
Formula 2: If x1,y1,z1 are the remainders when N is divided by x, y, z and xx1=yy1=zz1=a then the general format of the number is given by N= K x [LCM (x, y, z)] - a

Example: When certain number of marbles are divided into groups of 4, one marble remained.  When the same number of marbles are divided into groups of 7 and 12 then 4, 9 marbles remained. If the total marbles are less than 10,000 then find the maximum possible number of marbles.
Ans:  In this case the difference between the remainders and divisors is constant.  i.e., 3. so  N = K (LCM (4, 7, 12) -  3 = 84K - 3.  Where K = natural number.  
But we know that 84K - 3 < 10,000  84 x 119  - 3 < 10,000  9996 - 3 = 9993

No comments:

Post a Comment