document.write( "Question 519298: identify the vertex,axis of symmetry and intercepts (if they exist) of the function: x^2-4x+2 \n" ); document.write( "
Algebra.Com's Answer #345525 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! y = x^2 -4x + 2 \n" ); document.write( ". \n" ); document.write( "A graph will help visualize the problem and the solution. \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Note that y = x^2 -4x +2 is n the form: y = ax^2 + bx +c \n" ); document.write( ". \n" ); document.write( "Axis of symmetry is the value of x, where \n" ); document.write( ". \n" ); document.write( "x = -b/2a is the known formula \n" ); document.write( ". \n" ); document.write( "substitute b= -4 and a=1 \n" ); document.write( ". \n" ); document.write( "x = -(-4)/(2*1) = 4/2 = 2 \n" ); document.write( ". \n" ); document.write( "Vertex is the (x,y) coordinate, where the value of x from above is substituted \n" ); document.write( ". \n" ); document.write( "y = x^2 -4x +2 \n" ); document.write( "y = (2)^2 -4(2) + 2 \n" ); document.write( "y = 4 -8 +2 \n" ); document.write( "y = -2 \n" ); document.write( "so the vertex is \n" ); document.write( "(2,-2) \n" ); document.write( ". \n" ); document.write( "The y-intercept occurs when x=0 \n" ); document.write( "y = 2, which is the point (0,2) \n" ); document.write( ". \n" ); document.write( "To find the x-intercepts you have to solve: \n" ); document.write( "0 = x^2 -4x +2 \n" ); document.write( ". \n" ); document.write( "This equation does not factor, so to find the intercepts use the quadratic equation \n" ); document.write( ". \n" ); document.write( "
|