How do you find the value of c that makes x^2+5x+cx2+5x+c into a perfect square?

1 Answer
Feb 20, 2017

c = 25/4c=254

Explanation:

color(white)()
Method 1

Note that (x+k)^2 = x^2+2k+k^2(x+k)2=x2+2k+k2

So if 2k = 52k=5 then k = 5/2k=52 and:

(x+5/2)^2 = x^2+5x + (5/2)^2 = x^2+5x+25/4(x+52)2=x2+5x+(52)2=x2+5x+254

So c = 25/4c=254

color(white)()
Method 2

x^2+5x+cx2+5x+c

is in the form:

ax^2+bx+cax2+bx+c

with a=1a=1 and b=5b=5.

This has discriminant Delta given by the formula:

Delta = b^2-4ac = 25-4c

So if Delta = 0 (indicating a repeated zero) then 25-4c = 0 and hence c = 25/4.