lcm ( 2 1 , 2 2 , 2 3 , … , 2 n ) = 2 2 2 2
What is the value of n satisfying the equation above?
Notation : lcm ( ⋅ ) denotes the lowest common multiple function.
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.
Yup! This is correct! Another way to solve this is by induction . Thank you!
2^2^2^2 = 2^8
Log in to reply
Nope. Read up how are exponent towers evaluated?
Exponential Tower: 2^2 = 4^2 = 16
2^2 = 4^2 is wrong.
Log in to reply
I started at the top, that's why. 2^2 = 4. 2^4 = 4^2. So still, the answer is the same. :D
2
2
2
2
=
2
2
4
=
2
1
6
.
Now, when we take Lcm of ascending powers of two starting from
2
1
, one two alternatively comes out common and one term aletrnatively becomes
1
. So, the minimum value of
n
should be
1
6
.
If n = 1 6 , then in each step of taking out the LCM, one 2 gets common and it continues 1 6 times giving us the LCM 2 1 6 which is what we want.
Problem Loading...
Note Loading...
Set Loading...
Relevant wiki: Lowest Common Multiple
2 a ∣ 2 b , b ≥ a
∴ lcm ( 2 , 2 2 , 2 3 , … , 2 n ) = 2 n
2 n = 2 2 2 2
2 n = 2 1 6 → n = 1 6