Question

Difficulty: MediumIndices and Laws of Indices
Find the value of xx that satisfies the exponential equation
100x+11000x1=102x1\frac{100^{x+1}}{1000^{x-1}} = 10^{2x-1}

Answer: 2

Answer

The value of xx that satisfies the equation is 2.
Rewriting the terms in base 10 gives 102x+2103x3=102x1\frac{10^{2x+2}}{10^{3x-3}} = 10^{2x-1}. Using the division rule of indices yields 10x+5=102x110^{-x+5} = 10^{2x-1}. Equating exponents gives x+5=2x1-x+5 = 2x-1, which simplifies to 3x=63x = 6, so x=2x = 2.

Step-by-Step Solution

1
Convert each power to base 10
100x+1=(102)x+1=102x+2100^{x+1} = (10^2)^{x+1} = 10^{2x+2} and 1000x1=(103)x1=103x31000^{x-1} = (10^3)^{x-1} = 10^{3x-3}
Converting all non-prime composite bases to powers of a common fundamental base allows exponent comparison.
2
Apply the quotient rule of indices to the left side
102x+2103x3=10(2x+2)(3x3)=10x+5\frac{10^{2x+2}}{10^{3x-3}} = 10^{(2x+2)-(3x-3)} = 10^{-x+5}
According to the index quotient law aman=amn\frac{a^m}{a^n} = a^{m-n}, subtract the denominator's exponent from the numerator's exponent.
3
Equate exponents of equal bases
x+5=2x1-x + 5 = 2x - 1
If af(x)=ag(x)a^f(x) = a^g(x) for a>0,a1a > 0, a \neq 1, then f(x)=g(x)f(x) = g(x).
4
Solve the linear equation for xx
3x=6    x=23x = 6 \implies x = 2
Isolate the variable xx to find its value.

Key Concept

Exponential equations solvable by converting to a common base
Rate this question