document.write( "Question 473484: Find the equation of quadratic function that has the given vertex and given point.\r
\n" );
document.write( "\n" );
document.write( "Vertex (1,3) passing through (4,8)\r
\n" );
document.write( "\n" );
document.write( "Welp,I keep trying and redo-ing the problem, but I don't think I'm coming out with correct answer . \n" );
document.write( "
Algebra.Com's Answer #324697 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the equation of quadratic function that has the given vertex and given point. \n" ); document.write( "Vertex (1,3) passing through (4,8) \n" ); document.write( "** \n" ); document.write( "What we have here is a parabola of standard form: y=A(x-h)^2+k, with (h,k) being the (x,y) coordinates of the vertex. A is a multiplier which affects the steepness of the curve. \n" ); document.write( "For given problem: \n" ); document.write( "y=A(x-1)^2+3 \n" ); document.write( "Using (x,y) coordinates of given point (4,8) to solve for A \n" ); document.write( "8=A(4-1)^2+3 \n" ); document.write( "8-3=A(3)^2 \n" ); document.write( "5=9A \n" ); document.write( "A=5/9 \n" ); document.write( ".. \n" ); document.write( "Equation: \n" ); document.write( "y=(5/9)(x-1)^2+3 \n" ); document.write( "see graph below as a visual check on answer:\r \n" ); document.write( "\n" ); document.write( ".. \n" ); document.write( " |