document.write( "Question 194512: Name the vertex and axis of symmetry for each quadratic function. Tell wherther the parabola opens up, down, left, or right.
\n" );
document.write( "H(x)=-(x-6)^2+1 \n" );
document.write( "
Algebra.Com's Answer #145945 by RAY100(1637)![]() ![]() ![]() You can put this solution on YOUR website! Let H(x) = y \n" ); document.write( ", \n" ); document.write( "y = (x-6)^2 +1 \n" ); document.write( ", \n" ); document.write( "(y-1) = (x-6)^2,,,,,from this we can read, vertex at (6,1), \n" ); document.write( ", \n" ); document.write( "positive leading coefficient means it is pointing up \n" ); document.write( ", \n" ); document.write( "Axis of symmetry is x=6 \n" ); document.write( ", \n" ); document.write( "another form might be,,, y=x^2 -12x +36 +1 = x^2 -12x +37 \n" ); document.write( ", \n" ); document.write( "vertex of x is -b/2a = -(-12)/2(1) = +6,,, subst in to get y= 1,,,,( 6,1) \n" ); document.write( ", \n" ); document.write( "check by plotting a few points, (6,1),,,,(5,2),,,,(7,2) \n" ); document.write( " |