document.write( "Question 237607: for f(x)=-3x^2+12x-12, what is a? and what is the vertex? Is the vertex a minimum or maximum? \n" ); document.write( "
Algebra.Com's Answer #174722 by Alan3354(69443) You can put this solution on YOUR website! for f(x)=-3x^2+12x-12, what is a? \n" ); document.write( "a = -3 \n" ); document.write( "------- \n" ); document.write( "what is the vertex? \n" ); document.write( "The vertex is at x = -b/2a = -12/-6 = 2 \n" ); document.write( "f(2) = -12 + 24 - 12 = 0 \n" ); document.write( "Vertex at (2,0) \n" ); document.write( "--------------- \n" ); document.write( "Is the vertex a minimum or maximum? \n" ); document.write( "Max \n" ); document.write( " |