document.write( "Question 715160: What is the standard formula for the quadratic function that has a vertex of (0.5,4) and passes through points (-1.5,0) and (2.5,0)? \n" ); document.write( "
Algebra.Com's Answer #439250 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! What is the standard formula for the quadratic function that has a vertex of (0.5,4) and passes through points (-1.5,0) and (2.5,0)? \n" ); document.write( "** \n" ); document.write( "Standard form of equation for a parabola: y=A(x-h)^2+k, (h,k)=(x,y) coordinates of vertex. \n" ); document.write( "For given function: \n" ); document.write( "y=A(x-0.5)^2+4 \n" ); document.write( "solve for A using one of given points (-1.5,0) \n" ); document.write( "0=A(-1.5-0.5)^2+4 \n" ); document.write( "0=A(-2)^2+4 \n" ); document.write( "4A=-4 \n" ); document.write( "A=-1 \n" ); document.write( "Equation: y=-(x-0.5)^2+4 \n" ); document.write( " \n" ); document.write( " |