Difficulty: Easy
Correct Answer: 27
Explanation:
Introduction / Context:The equation features the same base 3 raised to related exponents. Factoring out the common term 3^(x−1) reduces it to a simple linear equation in the exponent. Then evaluate x^x using the obtained integer x.Given Data / Assumptions:
Concept / Approach:Use 3^x = 3 * 3^(x−1). Then the left side becomes (3 − 1)*3^(x−1) = 2*3^(x−1), which is easy to solve.Step-by-Step Solution:
3^x − 3^(x−1) = 3^(x−1)(3 − 1) = 2*3^(x−1) = 18.3^(x−1) = 9 = 3^2 ⇒ x − 1 = 2 ⇒ x = 3.Compute x^x = 3^3 = 27.Verification / Alternative check:Substitute x = 3 into the original: 27 − 9 = 18, correct.
Why Other Options Are Wrong:
Common Pitfalls:Not factoring out 3^(x−1) or misapplying exponent subtraction.
Final Answer:
27
Discussion & Comments