Question

Difficulty: MediumAlgebraic Exponents and Radicals

If xx and yy are positive integers such that 2x+1+2x=3y+23y2^{x+1} + 2^x = 3^{y+2} - 3^y, what is the value of x+yx + y?

Answer: 4

Answer

The value of x+yx + y is 44.
Factoring the left side gives 2x(2+1)=32x2^x(2 + 1) = 3 \cdot 2^x, while factoring the right side gives 3y(91)=83y=233y3^y(9 - 1) = 8 \cdot 3^y = 2^3 \cdot 3^y. Equating the two expressions gives 32x=233y3 \cdot 2^x = 2^3 \cdot 3^y. Rearranging terms to separate bases yields 2x3=3y12^{x-3} = 3^{y-1}. Because 2 and 3 share no common prime factors, this equality holds for integers if and only if both exponents are equal to 0. Solving x3=0x - 3 = 0 gives x=3x = 3, and solving y1=0y - 1 = 0 gives y=1y = 1. Both are positive integers. Thus, x+y=3+1=4x + y = 3 + 1 = 4.

Step-by-Step Solution

1
Factor out common terms on both sides of the equation.
2x(2+1)=3y(91)    32x=83y2^x(2 + 1) = 3^y(9 - 1) \implies 3 \cdot 2^x = 8 \cdot 3^y
Factoring simplifies sums of powers with identical bases.
2
Rewrite integers using prime factorizations and re-group bases.
32x=233y    2x3=3y13 \cdot 2^x = 2^3 \cdot 3^y \implies 2^{x-3} = 3^{y-1}
Dividing both sides by 2332^3 \cdot 3 separates the base-2 and base-3 exponential terms.
3
Set each exponent to zero using prime independence.
x3=0    x=3x - 3 = 0 \implies x = 3 and y1=0    y=1y - 1 = 0 \implies y = 1
Powers of distinct prime numbers 2 and 3 can only be equal if both powers equal 11 (20=30=12^0 = 3^0 = 1).
4
Calculate the required sum x+yx + y.
3+1=43 + 1 = 4
Evaluates the requested combined value of the variables.

Key Concept

Solving exponential equations involving distinct prime bases through factoring and exponent properties.
Rate this question