document.write( "Question 1201024: The vertex of this parabola is at (1, 2). When the x-value is 0, the y-value is 0. What is the coefficient of the squared term in the equation of this parabola? \r
\n" );
document.write( "\n" );
document.write( "I don't know where or how to start, please help me. \n" );
document.write( "
Algebra.Com's Answer #835263 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the vertex form of the equation is y = a * (x-h)^2 + k. \n" ); document.write( "(h,k) is the vertex. \n" ); document.write( "when the vertex is (1,2), this becomes y = a * (x-1)^2 + 2 \n" ); document.write( "when x = 0, y = 0. \n" ); document.write( "therefore you get: \n" ); document.write( "0 = a * (-1)^2 + 2 \n" ); document.write( "simplify to get: \n" ); document.write( "0 = a + 2 \n" ); document.write( "solve for a to get: \n" ); document.write( "a = -2 \n" ); document.write( "vertex form of the equation becomes y = -2 * (x-1)^2 + 2. \n" ); document.write( "looks like the coefficient of the x^2 term is -2 \n" ); document.write( "the standard form of the equation is y = ax^2 + bx + c \n" ); document.write( "to convert to this form, set y = 0 in the vertex form and solve. \n" ); document.write( "you get 0 = -2 * (x-1)^2 + 2 \n" ); document.write( "simplify to get: \n" ); document.write( "0 = -2 * (x^2 -2x + 1) + 2 \n" ); document.write( "simpify to get: \n" ); document.write( "0 = -2*x^2 + 4x -2 + 2 \n" ); document.write( "simplify to get: \n" ); document.write( "0 = -2x^2 + 4x. \n" ); document.write( "that's the standard form of the equation. \n" ); document.write( "your solution is that the coefficient of the x^2 term is -2. \n" ); document.write( "here's the graph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " ![]() \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "both forms of the equation show on the graph. \n" ); document.write( "they both show the same figure on the graph, indicating that they are equivalent to each other.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "here's a reference.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "https://mathbitsnotebook.com/Algebra1/Quadratics/QDVertexForm.html \n" ); document.write( " |