Question 782094
The x intercepts are the x values when y=0.  These values are also known as the roots of the equation.<P>
{{{0 =x^2 -2}}}<P>
{{{2 = x^2}}}<P>
{{{sqrt(2) = x}}}  It is + or - square root of 2, but I don't know how to code the + or - part.<P>
y intercept is the value when x = 0.<P>
y = 0^2 - 2 = -2<P>
{{{ax^2 + bx + c = y}}} is the standard form of a parabola equation, where a, b, and c are the coefficients, or numbers in front of, the squared variable (a), variable (b), and for c is the constant.  x=-b/2a is the equation for the axis of symmetry.  This is the line that runs through the center of the parabola.<P>
For this example a=1, b=0 and c=-2.<P>
-b/2a = -0/2 = 0.  x=0 is the equation for the axis of symmetry.<P>
You can easily tell that from the standard equation.  If there is no x element, just x squared and a constant, then the axis of symmetry is x=0.