Question

Difficulty: MediumExponents, Powers, and Square Roots

If xx is a real number such that 16x+34=8x1\sqrt[4]{16^{x+3}} = 8^{x-1}, what is the value of xx?

Answer: 3

Answer

The value of xx is 33.
To solve 16x+34=8x1\sqrt[4]{16^{x+3}} = 8^{x-1}, express both sides with the base 2. The left side simplifies to (24)x+34=24(x+3)4=2x+3\sqrt[4]{(2^4)^{x+3}} = 2^{\frac{4(x+3)}{4}} = 2^{x+3}. The right side simplifies to (23)x1=23(x1)=23x3(2^3)^{x-1} = 2^{3(x-1)} = 2^{3x-3}. Equating the exponents yields x+3=3x3x + 3 = 3x - 3, which solves to 2x=62x = 6, giving x=3x = 3.

Step-by-Step Solution

1
Rewrite 16 and 8 using prime base 2
16=2416 = 2^4 and 8=238 = 2^3
Converting terms to a common base allows direct comparison of exponents.
2
Simplify the left-hand side radical expression
16x+34=(24)x+34=24(x+3)4=2x+3\sqrt[4]{16^{x+3}} = \sqrt[4]{(2^4)^{x+3}} = 2^{\frac{4(x+3)}{4}} = 2^{x+3}
The nn-th root amn\sqrt[n]{a^m} is equivalent to am/na^{m/n}.
3
Simplify the right-hand side exponential expression
8x1=(23)x1=23(x1)=23x38^{x-1} = (2^3)^{x-1} = 2^{3(x-1)} = 2^{3x-3}
Applying the exponent power rule (am)n=amn(a^m)^n = a^{m \cdot n} requires multiplying 33 by (x1)(x - 1).
4
Equate the exponents and solve for xx
x+3=3x3    2x=6    x=3x + 3 = 3x - 3 \implies 2x = 6 \implies x = 3
When au=ava^u = a^v for a>0a > 0 and a1a \neq 1, it follows that u=vu = v.

Key Concept

Solving exponential equations using prime base factorization and radical conversion rules
Rate this question