Multiple choice

Solve the following equations: $2^{2x + 3} - 57 = 65 (2^{x} - 1)$.

  1. $-3,-3$
  2. $\pm 3$
  3. $\pm 4$
  4. $2,-3$
Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Let y = 2^x. The equation is 2^3 * y^2 - 57 = 65(y - 1), which is 8y^2 - 65y + 8 = 0. Factoring: (8y - 1)(y - 8) = 0. So y = 1/8 or y = 8. 2^x = 2^-3 or 2^x = 2^3, so x = -3 or x = 3.

AI explanation

Rewrite 2^(2x + 3) as 8 * 2^(2x), and let t = 2^x to transform the equation into 8t^2 - 57 = 65(t - 1). Simplifying this yields 8t^2 - 65t + 8 = 0, which factors into (8t - 1)(t - 8) = 0, meaning t = 8 or t = 1/8. Setting 2^x = 8 gives x = 3, and setting 2^x = 1/8 gives x = -3, so the solutions are 3 and -3.