document.write( "Question 280228: For each quadratic function (a) find the vertex and the axis of symmetry and (b) graph the function.
\n" );
document.write( "g(x)=x^2+5x+4.
\n" );
document.write( "a=1, b=5 and c=4\r
\n" );
document.write( "\n" );
document.write( "I started doing the problem and here is what I have so far.\r
\n" );
document.write( "\n" );
document.write( "x = -b/2*a
\n" );
document.write( "x= -5/2*1 = -5/2 or -2.5 \r
\n" );
document.write( "\n" );
document.write( "g(1)= 1*(1)^2 + 5(1) + 4
\n" );
document.write( "g(1)=1 + 5 +4\r
\n" );
document.write( "\n" );
document.write( "So the vertex is (-2.5, 10).\r
\n" );
document.write( "\n" );
document.write( "Now I am confuse on how to get the axis of symmetry.
\n" );
document.write( "g(1)= 10 \n" );
document.write( "
Algebra.Com's Answer #203671 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! For each quadratic function (a) find the vertex and the axis of symmetry and (b) graph the function. \n" ); document.write( "g(x)=x^2+5x+4. \n" ); document.write( "a=1, b=5 and c=4 \n" ); document.write( "I started doing the problem and here is what I have so far. \n" ); document.write( "x = -b/2*a \n" ); document.write( "x= -5/2*1 = -5/2 or -2.5 \n" ); document.write( "That is the x-coordinate of the vertex. \n" ); document.write( "Now find the y-coordinate: \n" ); document.write( "g(-2.5)= 1*(-2.5)^2 + 5(-2.5) + 4 \n" ); document.write( "g(-2.5)= -2.25 \n" ); document.write( "So the vertex is (-2.5,-2.25). \n" ); document.write( "--------------- \n" ); document.write( "The axis of symmetry passes thru the vertex. \n" ); document.write( "The parabola opens up so the axis is a vertical line. \n" ); document.write( "So, the equation of the axis must be x=-2.5 \n" ); document.write( "--------------------------- \n" ); document.write( "Let's see: \n" ); document.write( " \n" ); document.write( "=============================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |