Question

Difficulty: HardIndices and Logarithms

What is the sum of all real values of xx that satisfy the logarithmic equation log3(9x+81)x=log330\log_3(9^x + 81) - x = \log_3 30?

  1. 4Answer
  2. B
    10
  3. C
    30
  4. D
    6

Answer

The sum of all real values of xx satisfying the equation is 4.
Using logarithmic properties, log3(9x+81)x=log330\log_3(9^x + 81) - x = \log_3 30 simplifies to 9x+813x=30\frac{9^x + 81}{3^x} = 30. Substituting u=3xu = 3^x produces the quadratic equation u230u+81=0u^2 - 30u + 81 = 0, which yields u=3u = 3 and u=27u = 27. Solving 3x=33^x = 3 and 3x=273^x = 27 gives x=1x = 1 and x=3x = 3. Their sum is 1+3=41 + 3 = 4.

Step-by-Step Solution

1
Express xx as log3(3x)\log_3(3^x) and apply the logarithm quotient rule.
\log_3\left(\frac{9^x + 81}{3^x}\right) = \log_3 30
Using logbAlogbB=logb(AB)\log_b A - \log_b B = \log_b\left(\frac{A}{B}\right) combines terms into a single logarithm.
2
Equate the logarithmic arguments and split the fraction.
\frac{9^x + 81}{3^x} = 30 \implies 3^x + \frac{81}{3^x} = 30
Logarithmic equality with identical bases implies equality of their arguments.
3
Substitute u=3xu = 3^x to form and solve a quadratic equation.
u + \frac{81}{u} = 30 \implies u^2 - 30u + 81 = 0 \implies (u - 3)(u - 27) = 0 \implies u = 3 \text{ or } u = 27
Since 9x=(3x)2=u29^x = (3^x)^2 = u^2, substituting u=3xu = 3^x converts the equation into a standard quadratic equation.
4
Solve for xx from 3x=u3^x = u and calculate the sum of the solutions.
3^x = 3 \implies x = 1; \quad 3^x = 27 \implies x = 3. \quad \text{Sum} = 1 + 3 = 4
Matching exponential bases gives x=1x = 1 and x=3x = 3.

Key Concept

Logarithmic quotient identity and quadratic substitution for exponential equations
Estimated Time:2m 0s
Rate this question