Powers of 2 between Powers of 8

CAT 2023 Slot 3 · QA · Medium · Number System

Let nn and mm be two positive integers such that there are exactly 41 integers greater than 8m8^m and less than 8n8^n, which can be expressed as powers of 2. Then, the smallest possible value of n+mn+m is

  1. A.

    14

  2. B.

    42

  3. C.

    16

  4. D.

    44

Answer

C

Explanation

We have 8m=23m8^m = 2^{3m} and 8n=23n8^n = 2^{3n}.

The integers between 23m2^{3m} and 23n2^{3n} that are powers of 2 are: 23m+1,23m+2,,23n12^{3m+1}, 2^{3m+2}, \dots, 2^{3n-1}

The total number of such terms is: (3n1)(3m+1)+1=3n3m1(3n - 1) - (3m + 1) + 1 = 3n - 3m - 1

Given that there are 41 such integers: 3n3m1=41    3(nm)=42    nm=143n - 3m - 1 = 41 \implies 3(n - m) = 42 \implies n - m = 14

Since nn and mm are positive integers, the minimum value for mm is 11. Then n=m+14=15n = m + 14 = 15.

Thus, the smallest possible value of n+m=15+1=16n + m = 15 + 1 = 16.

Practise this under exam conditions

Sign in to solve it with a live timer, the on-screen CAT calculator, and streak and accuracy tracking across every question you attempt.

Solve in the workspace