Question 1090825
 Sketch the graph of the function below. Please plot at least 5 points and show the complete solution. 
 f(a)=a^2-2a+5  
Write this as
y = x^2 - 2x + 5
Five points. substitute the x value and find the y value
 x | y
-------
-1 | 8, (-1^2 - 2(-1) + 5 =  1 + 2 + 5 = 9)
 0 | 5
 1 | 4
 2 | 5
 3 | 8 
looks like this
{{{ graph( 300, 200, -6, 6, -6, 15, x^2-2s+5) }}}