Difficulty: Easy
Correct Answer: 0
Explanation:
Introduction / Context:
The equation a^(2x) = 1 asks for exponents that yield 1 for a positive base a ≠ 1. In real numbers, this happens exactly when the exponent is 0. (The originally provided “+ 2 = 1” appears to be a minor transcription error; applying the recovery-first policy, we correct to the standard solvable form.)
Given Data / Assumptions:
Concept / Approach:
For a ≠ 1 and a > 0, a^t = 1 ⇔ t = 0. Therefore set 2x = 0 to get x. (We work over reals; complex solutions with periodic logarithms are beyond scope.)
Step-by-Step Solution:
Verification / Alternative check:
Pick a concrete base, say a = 2: 2^(2x) = 1 ⇒ 2x = 0 ⇒ x = 0; indeed 2^0 = 1.
Why Other Options Are Wrong:
Common Pitfalls:
Confusing special cases like a = 1 (any exponent gives 1) or a = 0 (undefined for negative exponents). The constraints a > 0, a ≠ 1 avoid these edge cases.
Final Answer:
Discussion & Comments