Positive integers 0 ≤ a 1 < a 2 < a 3 < ⋯ < a n are such that
2 a 1 + 2 a 2 + 2 a 3 + ⋯ + 2 a n = 2 0 2 0
What is the value of n ?
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.
2020 is expressed as unique powers of 2. Hence it represents its binary representation and n will be equal to number of set bits in 2020.
2 0 2 0 = 4 × 5 0 5 = 4 ( 1 + 8 + 1 6 + 3 2 + 6 4 + 1 2 8 + 2 5 6 ) . So n = 7 .
DEC:(2020) is equal to BIN(11111100100),Thus ,n=7
Problem Loading...
Note Loading...
Set Loading...