document.write( "Question 530679: find the vertex of the parabola y = 4x2 - 16x - 11 \n" ); document.write( "
Algebra.Com's Answer #350195 by oberobic(2304)![]() ![]() ![]() You can put this solution on YOUR website! The axis of symmetry defines the x-coordinate of the vertex. \n" ); document.write( "It is defined by -b/2a. \n" ); document.write( ". \n" ); document.write( "-(-16)/(2*4) = 16/8 = 2 \n" ); document.write( ". \n" ); document.write( "Substitute x = 2 and find the y value for the vertex. \n" ); document.write( ". \n" ); document.write( "y = 4(2^2) -16(2) -11 \n" ); document.write( "y = 4*4 -32 -11 \n" ); document.write( "y = 16 -43 \n" ); document.write( "y = -27 \n" ); document.write( ". \n" ); document.write( "Vertex is (2,-27). \n" ); document.write( ". \n" ); document.write( " |