Is (x+0.5)^2 a Perfect Square?

  • Thread starter Thread starter laura11
  • Start date Start date
  • Tags Tags
    Square
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
laura11
Messages
21
Reaction score
0
y=7x^2-28x+3


so far I've got...
y-7(x^2-4x)+3
then i divided 4/2=2
and then did 2^2 = 4
sooo
y=7(x^2-4x+4-4)+3
and that's as far as i can get
 
Physics news on Phys.org
im supposed to end up in the form y=a(x-h)^2+k though
 
The solution HallsofIvy gave does in fact end up in such a form. To find it, consider: what does [tex]x^2 - 4x + 4[/tex] equal? In other words, how can you get from [tex]x^2 - 4x + 4[/tex] to (x-h)^2? Similarly, you can get from [tex]7(-4) + 3[/tex] to k.
 
did kind of trial and error and i guess it equals (x-2)^2
but how do you actually figure that out?
 
You have to use the square of a binomial pattern:
[tex](a - b)^2 = a^2 - 2ab + b^2[/tex].

And ffter completing the square a number of times you'll start remembering the perfect square trinomials:
[tex]x^2 - 2x + 1 = (x - 1)^2[/tex]
[tex]x^2 - 4x + 4 = (x - 2)^2[/tex]
[tex]x^2 - 6x + 9 = (x - 3)^2[/tex]
[tex]x^2 - 8x + 16 = (x - 4)^2[/tex]
[tex]x^2 - 10x + 25 = (x - 5)^2[/tex]
... and so on.


69
 
ok sooo I've got y=7x^2-28x+3
= 7(x^2-4x)+3
=7(x^2-4x+4-4)+3
=7[(x-2)^2-4)]+3
=7(x-2)^2-28+3
=7(x-2)^2-25

so i thought that was the whole answer...
but the answer in the book says the answer is 7[(x-2)^2-25/7]
what did i do wrong?
 
aahhh ok thanks to everyone!
 
shoot...
k I am on the next one and its

3x^2+3x+5
soo i have =3(x^2+x)+5
=3(x^2+x+.25-.25)+5

but what do i do when its not a perfect square