You can put this solution on YOUR website! Find all values of c that make x^2 + cx + 64 a perfect square trinomial
------
Perfect square trinomial Form:: (x+c)^2 = x^2 + 2cx + c^2
---
Notice that 2*c is twice the sqrt of c^2.
-----
Your problem::
x^2 + cx + 64
c must be 2sqrt(64) = 2*8 = 16
----
Cheers,
Stan H.
-----