Question 865904
<pre><font face = "consolas" color = "indigo" size = 3><b>
Hi
y= x^2 -6x+1   |Parabola opening upward 1 >0, y-intercept P(0,1) 
y = (x-3)^2 - 9 + 1
y = (x-3)^2 - 8   V(3,-8), x = 3 line of symmetry
A. State the domain over which the function is increasing. x > 3
B. state the range of the function. y &#8805; -8
C. Describe the end behavior of the function. Infinity
{{{drawing(300,300,   -6, 6, -10, 6, grid(1), blue(line(3,6,3,-10)) ,
circle(0, 1,0.2),
circle(3, -8,0.2),
graph( 300, 300, -6, 6, -10, 6, 0, x^2 -6x+1) )}}}