Resolva para x: 16 * 4 ^ (x + 2) - 16 * 2 ^ (x + 1) + 1 = 0?

Resolva para x: 16 * 4 ^ (x + 2) - 16 * 2 ^ (x + 1) + 1 = 0?
Anonim

Responda:

# x = -4 #

Explicação:

# 16 * 4 ^ (x + 2) - 16 * 2 ^ (x + 1) + 1 = #

# = 16 ^ 2cdot4 ^ x-2cdot16cdot2 ^ x + 1 = #

# = 16 ^ 2cdot (2 ^ x) ^ 2-32cdot 2 ^ x + 1 = 0 #

Fazer # y = 2 ^ x #

# 16 ^ 2y ^ 2-32y + 1 = 0 # resolvendo para # y # temos

#y = 1/16 = 2 ^ x = 2 ^ (- 4) # então # x = -4 #