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:
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:
Discussion & Comments