Example 1easy
- A)2
- B)4
- C)8
- D)16
Step-by-step solution
- Rewrite all bases as powers of 2: 4 = 2^2 and 8 = 2^3.
- Substitute these into the expression: (2^(-3) × (2^2)^2) / (2^3)^(-1).
- Apply the power of a power rule (a^m)^n = a^(mn): (2^(-3) × 2^(2×2)) / 2^(3×(-1)) = (2^(-3) × 2^4) / 2^(-3).
- Apply the product rule a^m × a^n = a^(m+n) in the numerator: 2^(-3+4) / 2^(-3) = 2^1 / 2^(-3).
- Apply the quotient rule a^m / a^n = a^(m-n): 2^(1 - (-3)) = 2^(1+3) = 2^4 = 16.
Answer: 16