You can put this solution on YOUR website! Solve x^2-8x+15 by completing the square
----
x^2-8x+? = -15+?
----
x^2 -8x + 16 = -15+16
------
(x-4)^2 = 1
---
x-4 = 1 or x-4 = -1
x = 5 or x = 3
==========================
and quadratic formula
x = [8 +- sqrt(64-4*1*15)]/2
---
x = [8 +- sqrt(4)]/2
----
x = [8+-2]/2
----
x = 5 or x = 3
====================
Cheers,
Stan H.
====================