document.write( "Question 189898: find the coordinates of the vertex
\n" );
document.write( "y=3x^2 \n" );
document.write( "
Algebra.Com's Answer #142484 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The vertex form of a parabola is: \n" ); document.write( "y= a(x-h)^2+k \n" ); document.write( "where \n" ); document.write( "(h, k) is the vertex \n" ); document.write( ". \n" ); document.write( "In your case, they gave you: \n" ); document.write( "y=3x^2 \n" ); document.write( ". \n" ); document.write( "Rewritten in \"vertex form\" we have\" \n" ); document.write( "y=3(x-0)^2 + 0 \n" ); document.write( "Therefore, the vertex is at (0,0) \n" ); document.write( " \n" ); document.write( " |