¿Cómo resuelvo para x en (x + 8) = 12 / (x + 8) +1?

¿Cómo resuelvo para x en (x + 8) = 12 / (x + 8) +1?
Anonim

Responder:

#x = 8 #

Explicación:

#sqrt (x + 8) = 12 / sqrt (x + 8) + 1 #

Dejar #sqrt (x + 8) = a #

#a = 12 / a + 1 #

# a ^ 2 - a - 12 = 0 #

# (a + 3) (a - 4) = 0 #

#a = -3, a = 4 #

#sqrt (x + 8) = a #

#sqrt (x + 8) = -3: # No hay solución sobre los números reales.

#sqrt (x + 8) = 4 #

#x + 8 = 16 #

#x = 8 #