What is the least common multiple of 12 and 21?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
smart solution. what software that you use?
its cool which software u got
It's like competitive programming point of view. :D
12 = 3 X 4.
21 = 4 X7.
lcm(12,21) = 3 X 4 X 7 = 84.
wrong because 21=3x7 you need some correction
7*4= 28 bro not 21
Just use the algorithm method and u will get the answer
Simply first find out the common factor/s between 12 & 21 followed by multiplying the remaining uncommon factors
12 = 12 , 24 , 36 , .... , 84 . 21 = 21, 42 , 63 , 84 . ; The answer is 84
LCM OF 12 AND 21 WILL BE 84. 2X2X3X7= 84
Least Common Multiple is the smallest possible number that is a multiple of both.
The multiples of 12 up to 84 are: 12 24 36 48 60 72 84...
The multiples of 21 up to 84 are: 21 42 63 84
Therefore the least common multiple is 84.
3
12 = 2^{2} x 3 and 21 = 3 x 7. so LCM of 12 and 21 is 2^{2} x 3 x 7 = 84.
First, list a few multiples of each number. Then, see the number that appears in both lists, first. That number is the least common multiple. The correct answer is 84.
12=3 x 4 , 21= 3 x 7 , L C M= 3 X 7 X 4=84
You should use Multiplication for larger number . 21x2 = 42 . 42 /12 = 7/2 ( Wrong ) 21x3 = 63 . 63/12 = 21/4 ( Wrong ) 21x4 = 84 . 84/12 = 7 ( True ) That's why you choose 84 .
to find the least common multiple, first we need to prime factorise i.e. 12 = 3 * 2 * 2 21 = 3 * 7 So the 3 is common and to find the L.C.M (lowest common multiple), L.C.M. = Common factors * remaining factors = 3 * 4 * 7 = 84
The common multiples of 12:
12,24,36,48,60,84,...
The common multiples of 21:
21,42,63,84,...
From the two lists, we can see that 84 is the least common multiple.
Problem Loading...
Note Loading...
Set Loading...
See This
Computing the least common multiple
L c m ( a , b = G c d ( a , b ) ∣ a × b ∣
G c d ( 1 2 , 2 1 ) = 3
1 2 = 2 2 × 3 and 2 1 = 3 × 7 , Thus We Have G c d = 3
L c m = 3 1 2 × 2 1 = 3 2 5 2 = 8 4
Answer Is 8 4