document.write( "Question 342647: find the vertex,symmetry, maximum/minumum choose max/min\r
\n" );
document.write( "\n" );
document.write( "f(x)=3x^2-12x+16 \n" );
document.write( "
Algebra.Com's Answer #245233 by stanbon(75887) ![]() You can put this solution on YOUR website! find the vertex,symmetry, maximum/minumum choose max/min \n" ); document.write( "f(x)=3x^2-12x+16 \n" ); document.write( "--- \n" ); document.write( "Since the coefficient of x^2 is positive, the function has a minimum \n" ); document.write( "--- \n" ); document.write( "Minimum occurs at x = -b/(2a) = 12/(2*3) = 2 \n" ); document.write( "--- \n" ); document.write( "Vertex at (2,f(2)) \n" ); document.write( "f(2) = 3*4-12*2+16 = 4 \n" ); document.write( "Vertex: (2,4) \n" ); document.write( "------------------------------- \n" ); document.write( " \n" ); document.write( "Cheers, \n" ); document.write( "Stan \n" ); document.write( " |