document.write( "Question 533288: The vertex of this parabola is at (3, -2). When the x-value is 4, the
\n" );
document.write( "y-value is 3. What is the coefficient of the squared expression in the parabola's equation? \n" );
document.write( "
Algebra.Com's Answer #351144 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The vertex of this parabola is at (3, -2). When the x-value is 4, the \n" ); document.write( "y-value is 3. What is the coefficient of the squared expression in the parabola's equation? \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a parabola: y=A(x-h)^2+k, (h,k) being the (x,y) coordinates of the vertex. \n" ); document.write( "For given problem: \n" ); document.write( "y=A(x-3)^2-2 \n" ); document.write( "using (x,y) coordinates of given point (4,3) to solve for A \n" ); document.write( "3=A(4-3)^2-2 \n" ); document.write( "3=A(1)-2 \n" ); document.write( "A=5 \n" ); document.write( "Equation of parabola: \n" ); document.write( "y=5(x-3)^2-2 \n" ); document.write( "ans: \n" ); document.write( "The coefficient of the squared expression=A=5 \n" ); document.write( " |