document.write( "Question 2820: What is the axis of symmetry of x^2+9x+4? \n" ); document.write( "
Algebra.Com's Answer #1206 by kiru_khandelwal(79)![]() ![]() ![]() You can put this solution on YOUR website! If the equation of the parabola is of the form ax^2 + bx + c = y \n" ); document.write( "then the axis of symmetry is x=-b/2a\r \n" ); document.write( "\n" ); document.write( "In our case \n" ); document.write( "x^2 + 9x + 4 \n" ); document.write( "=> a =1 b = 9 and c = 4 \n" ); document.write( "so axis of symmetry is x= -b/2a = -9/2*1 = -9/2 \n" ); document.write( "s = -9/2 \n" ); document.write( " |