Least Common Multiple (LCM)

<p><span style="font-size:22px"><a target="_blank" href="https://www.prepswift.com/quizzes/quiz/prepswift-least-common-multiple-lcm">Least Common Multiple (LCM) Exercise</a></span></p><p>The <strong><span style="color:#27ae60;">Least Common Multiple</span></strong> (LCM) of two numbers is the smallest <strong><u>positive</u></strong>&nbsp;multiple they share in common. We have to specifically identify &quot;positive&quot; multiple here because of course $0$ is a multiple of every integer.&nbsp;</p> <p>For example, if we list out all of the positive multiples of $12$ and $18$, we will see that $36$ is the LCM:</p> <p style="text-align: center;"><strong>$12$</strong>: $12$, $24$,<span style="color:#27ae60;"> $36$</span>, $48$</p> <p style="text-align: center;"><strong>$18$</strong>: $18$, <span style="color:#27ae60;">$36$</span>, $54$, $72$</p> <p>When the two numbers are not unreasonably large, we can simply list out all of the positive multiples of each to identify the LCM. When the numbers are large, however, we have to use a different trick to find the LCM. That&#39;ll come later in your studies.</p>