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