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