Question 1066192

Given g(x)=2x^2-x+1
find g(x+h)

Ive set it up g(x+h)=2(x+h)^2-(x+h)+1

and so far I have 2x^2 and then I don't know the rest. 
Please Help 
<pre>{{{g(x) = 2x^2 - x + 1}}}
{{{g(x + h) = 2(x + h)^2 - (x + h) + 1}}}}} <======== You're correct up to here
{{{g(x + h) = 2(x^2 + 2hx + h^2) - x - h + 1}}} ------ FOILING/DISTRIBUTING
{{{g(x + h) = 2x^2 + 4hx + 2h^2 - x - h + 1}}}
That's it!!