document.write( "Question 1207030: Find the vertex of y=3x^2+18x+24 \n" ); document.write( "
Algebra.Com's Answer #844835 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Answer: (-3, -3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Explanation\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Compare y=3x^2+18x+24 to the template y = ax^2+bx+c \n" ); document.write( "a = 3 \n" ); document.write( "b = 18 \n" ); document.write( "c = 24\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex is located at (h,k) \n" ); document.write( "Let's determine the x coordinate of the vertex. \n" ); document.write( "h = -b/(2a) \n" ); document.write( "h = -18/(2*3) \n" ); document.write( "h = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Plug this into the equation to find the y coordinate of the vertex. \n" ); document.write( "y = 3x^2+18x+24 \n" ); document.write( "y = 3*(-3)^2+18(-3)+24 \n" ); document.write( "y = -3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The vertex is located at (h,k) = (-3, -3)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We go from vertex form \n" ); document.write( "y = a(x-h)^2 + k \n" ); document.write( "to \n" ); document.write( "y = 3(x-(-3))^2 + (-3) \n" ); document.write( "y = 3(x + 3)^2 - 3 \n" ); document.write( " \n" ); document.write( " |