Question

Difficulty: MediumExponents, Powers, and Square Roots

If nn is a positive integer such that 2n2+2n1+2n+2n+1=4802^{n-2} + 2^{n-1} + 2^n + 2^{n+1} = 480, what is the value of nn?

Answer: 7

Answer

The value of nn is 7.
Factoring out 2n22^{n-2} converts the sum into 2n2(1+2+4+8)=152n2=4802^{n-2}(1 + 2 + 4 + 8) = 15 \cdot 2^{n-2} = 480. Dividing 480 by 15 gives 2n2=322^{n-2} = 32. Since 32=2532 = 2^5, setting n2=5n - 2 = 5 yields n=7n = 7.

Step-by-Step Solution

1
Factor out the lowest power of 2, which is 2n22^{n-2}, from all terms on the left side of the equation.
2n2(1+2+4+8)=4802^{n-2}(1 + 2 + 4 + 8) = 480
Factoring out a common exponential term simplifies the addition of powers into a product of a single exponential term and a constant.
2
Evaluate the constant factor inside the parentheses and solve for the exponential expression 2n22^{n-2}.
152n2=480    2n2=3215 \cdot 2^{n-2} = 480 \implies 2^{n-2} = 32
Summing 1+2+4+81 + 2 + 4 + 8 yields 15. Dividing both sides by 15 isolates the base-2 term.
3
Express 32 as a power with base 2 and equate the exponents.
2n2=25    n2=5    n=72^{n-2} = 2^5 \implies n - 2 = 5 \implies n = 7
Since 32=2532 = 2^5 and the bases are identical, the exponents must be equal.

Key Concept

Factoring sum of exponential terms with common bases
Rate this question