Question 247953
I am suppose to solve this problem without a graph, the instruction state that I need to find the minimum value of the following expression: 
F(x)=(x-1)^2+1
Your equation is in the form y = a(x-h)^2+k
(h,k) is the vertex and is a minimum point if a is positive.
-----
Your problem:
a = 1; h = 1, k = 1
Vertex: (1,1) is the minimum point.
y = 1 is the minimum value for y.
-------------------------------------------- 


On the next problem I do not need a graph but I need to find the line of symmetry for the following expression: 
F(x)=6(x+2*sqrt5)^2-16.26
The form is again y = a(x-h)^2 + k
where -h = 2sqrt(5) and k = -16.26 and a = 6
--------------------------
h = -2sqrt(5)
The axis of symmetry for quadratics in this form is always x = h
Your axis of symmetry is x = -2sqrt(5)
===========================================
Cheers,
Stan H.