Difficulty: Medium
Correct Answer: 9
Explanation:
Introduction / Context:This item uses nested exponents with negative and fractional powers. By simplifying each bracket carefully, the left-hand side turns into a simple integer. The right-hand side is a separate expression; the task is to express the left as a constant multiple K of the right and identify K.Given Data / Assumptions:
Concept / Approach:Use (a^m)^n = a^(mn) and a^(−k) = 1/a^k. Work inside-out, simplify each bracket to a simple power of the base, then add and compare to R to extract K = A / R.Step-by-Step Solution:
[(3^(−2))^(−5)]^(1/5) = 3^( (−2)*(−5)*(1/5) ) = 3^2 = 9.[(4^(−3))^(−6)]^(1/6) = 4^( (−3)*(−6)*(1/6) ) = 4^3 = 64.A = 9 + 64 − 1 = 72.R = {[(2^(−3))^(−4)]^(1/4)} = 2^( (−3)*(−4)*(1/4) ) = 2^3 = 8.Thus A = 72 = 9 × 8 = 9 × R ⇒ K = 9.Verification / Alternative check:Compute numerically: A = 72, R = 8, ratio 72/8 = 9. Everything matches exactly.
Why Other Options Are Wrong:
Common Pitfalls:Dropping outer exponents or forgetting to multiply exponents in the correct order; also, misapplying negative exponent rules.
Final Answer:
9
Discussion & Comments