Hi Emma L.,
For your polynomial x2 - 8x, a perfect square will need to look like (x - c)2 as opposed to (x + c)2 due to the minus sign (-8x). And (x - c)2 = x2 - 2cx + c2, where c2 is the missing constant. Lets compare the two equations:
x2 - 2cx + c2
x2 - 8x
The two middle term need to equal each other:
-2cx = -8x
c = 4, [remember this c is from (x - c)2 to become (x - 4)2, but we need c2]
c2 = 16
Completing the square for your given polynomial:
x2 - 8x + 16
You can also find the constant from (b/2a)2, for a polynomial of the form ax2 + bx + c.
Maybe you can try it that way to see what you like best.
I hope this helps, Joe.