Find the Lowest Common Multiple of 2 , 3 .
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.
Not always sir .See this link .
Log in to reply
You are correct. I have corrected my solution. Thank you.
It's better to give a proof of it which leaves no ambiguity for the conclusion.
The notion of LCM that we're using here is that if k = LCM ( 2 , 3 ) , there exists positive integers a , b such that,
a 2 = b 3 = k
We prove that this cannot happen by drawing out a contradiction using the fundamental theorem of arithmetic. Square the equation above. We get,
2 a 2 = 3 b 2
Since 2 , 3 are primes, it follows that for equality to happen, we should have 2 ∣ b 2 and 3 ∣ a 2 . Since a , b are integers, we subsequently have 2 ∣ b and 3 ∣ a which gives 2 2 ∣ b 2 and 3 2 ∣ a 2 .
Furthermore, note that if we supposedly had equality, both sides should have the same prime power (say, power of 2 ). But, note that we always have an odd power of 2 in LHS while an even power of 2 in RHS whatever the values of a , b be. But, this is absurd by the fundamental theorem of arithmetic.
Hence, no such positive integers a , b exist which further implies that k doesn't exist.
Problem Loading...
Note Loading...
Set Loading...
L.C.M. are not for irrational numbers that are not similar. Sorry I could not find a better word than "similar". Some one can help.