Question

Difficulty: MediumIndices and Laws of Indices

If 42x+1×81x=32x14^{2x + 1} \times 8^{1 - x} = 32^{x - 1}, find the value of xx.

  1. 52\frac{5}{2}Answer
  2. B
    94\frac{9}{4}
  3. C
    32\frac{3}{2}
  4. D
    33

Answer

The value of xx is 52\frac{5}{2}.
Converting all terms to base 22 yields 42x+1=24x+24^{2x+1} = 2^{4x+2}, 81x=233x8^{1-x} = 2^{3-3x}, and 32x1=25x532^{x-1} = 2^{5x-5}. Applying the law am×an=am+na^m \times a^n = a^{m+n} gives 2(4x+2)+(33x)=2x+52^{(4x+2)+(3-3x)} = 2^{x+5}. Equating exponents gives x+5=5x5x+5 = 5x-5, which solves cleanly to x=52x = \frac{5}{2}.

Step-by-Step Solution

1
Express all terms with a common prime base (base 2)
4=224 = 2^2, 8=238 = 2^3, and 32=2532 = 2^5
To apply the laws of indices, all terms must share the same base.
2
Apply the power of a power law (am)n=amn(a^m)^n = a^{mn} to each term
(22)2x+1×(23)1x=(25)x1    22(2x+1)×23(1x)=25(x1)    24x+2×233x=25x5(2^2)^{2x+1} \times (2^3)^{1-x} = (2^5)^{x-1} \implies 2^{2(2x+1)} \times 2^{3(1-x)} = 2^{5(x-1)} \implies 2^{4x+2} \times 2^{3-3x} = 2^{5x-5}
Multiplying the inner exponent by the outer exponent simplifies nested powers.
3
Apply the multiplication law am×an=am+na^m \times a^n = a^{m+n} on the left-hand side
2(4x+2)+(33x)=25x5    2x+5=25x52^{(4x+2) + (3-3x)} = 2^{5x-5} \implies 2^{x+5} = 2^{5x-5}
Powers with the same base being multiplied require adding their exponents.
4
Equate the exponents and solve for xx
x+5=5x5    5+5=5xx    10=4x    x=104=52x + 5 = 5x - 5 \implies 5 + 5 = 5x - x \implies 10 = 4x \implies x = \frac{10}{4} = \frac{5}{2}
Since the bases are equal and non-zero, their exponents must be equal.

Key Concept

Solving exponential equations by expressing numbers in terms of a common prime base and applying laws of indices.
Rate this question