Difficulty: Easy
Correct Answer: 1/2
Explanation:
Introduction / Context:This tests comfort with fractional and negative exponents. Using base-2 representations makes evaluation quick and exact without calculators.Given Data / Assumptions:
Concept / Approach:Write 16 = 2^4 and 8 = 2^3, then apply (a^m)^n = a^(mn). Negative exponents give reciprocals: a^(−k) = 1/a^k.Step-by-Step Solution:
(16)^(−3/4) = (2^4)^(−3/4) = 2^(−3) = 1/8.2^(−3) = 1/8.(8)^(−2/3) = (2^3)^(−2/3) = 2^(−2) = 1/4.Sum = 1/8 + 1/8 + 1/4 = 1/4 + 1/4 = 1/2.Verification / Alternative check:Compute as decimals: 0.125 + 0.125 + 0.25 = 0.5, which is 1/2.
Why Other Options Are Wrong:
Common Pitfalls:Confusing (a^m)^n with a^(m/n), or forgetting that negative exponents produce reciprocals.
Final Answer:
1/2
Discussion & Comments