Hallo Tom,
deine quadratische Gleichung x2 + 8x + 25 = 0 (umgestellt)  ist richtig.
Sie - und damit auch die Wurzelgleichung - hat aber keine reellen Lösungen.
x2 + px + q = 0
pq-Formel:  p = 8 ; q = 25
x1,2 = - p/2 ± \(\sqrt{(p/2)^2 - q}\)
oder (wie du, hier muss ein Fehler beim Einsetzen liegen) 
ax2 + bx + c = 0
abc-Formel:  a = 1 , b = 8  , c = 25
x1,2 = ( -b ± \(\sqrt[]{b^2-4ac}\)) / (2a)
Gruß Wolfgang