Risposta:
Spiegazione:
# "isolare" (x + 4) ^ 2 "sottraendo 16 da entrambi i lati" #
#rArr (x + 4) ^ 2 = 18-16 = 2 #
#color (blu) "prendi la radice quadrata di entrambi i lati" #
# "nota che" sqrtaxxsqrta = sqrt (a ^ 2) = a #
#sqrt ((x + 4) ^ 2) = + - sqrt2larrcolor (blu) "nota più o meno" #
# RArrx + 4 = + - sqrt2 #
# "sottrarre 4 da entrambi i lati" #
# rArrx = -4 + -sqrt2larrcolor (rosso) "soluzioni esatte" #