2^10 + 2^10 is equal to which of the following?
- A2^20
- B2^11
- C4^10
- D2^100
- E4^20
2^10 + 2^10 is equal to which of the following?
Try it before you scroll. Two minutes on the clock, then commit to an answer.
Correct answer: B
You cannot add exponents here because the rule a^m × a^n = a^(m+n) applies to multiplication, not addition. Instead, factor:
2^10 + 2^10 = 2 × (2^10) = 2^1 × 2^10 = 2^11.
The trap answers map to the most common misapplications:
Same move in general: a^n + a^n = 2·a^n, and k copies of a^n sum to k·a^n. When k is itself a power of the base, the sum collapses into a single clean power.