document.write( "Question 138938: Please show me how to solve the quadratic equation, I need to get the vertex, axis of sym., and y-intercept to graph. \r
\n" );
document.write( "\n" );
document.write( "2y=X^2+4X+5\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #101360 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! I need to get the vertex, axis of sym., and y-intercept to graph. \n" ); document.write( "2y=X^2+4X+5 \r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "Solve for y: \n" ); document.write( "y = (1/2)x^2 + 2x + (5/2) \n" ); document.write( "You have a quadratic with a= 1/2 ; b= 2, c= (5/2) \n" ); document.write( "-------------------- \n" ); document.write( "Vertex occurs at x = -b/2a = -2/(2(1/2)) = -2 \n" ); document.write( "f(-2) = (1/2)(1/4) - 4 + 5/2 = -11/8 \n" ); document.write( "Vertex at (-2,-11/8) \n" ); document.write( "------------------- \n" ); document.write( "Axis of symmetry is a vertical line thru the vertex: x = -2 \n" ); document.write( "-------------------- \n" ); document.write( "y-intercept at f(0) = (5/2) \n" ); document.write( "-------------------- \n" ); document.write( " \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |