document.write( "Question 1087388: Find the standard form f(x)=a(x-h)^2+k of the quadratic function that has a y-intercept of 8 and the x-intercepts of 8 and -8, if the vertex and the y-inetercept are the same point.
\n" );
document.write( "f(x)= \n" );
document.write( "
Algebra.Com's Answer #701671 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! The y-intercept is the point (0,8), which is also the vertex. \n" ); document.write( "So f(x) = a(x-0)^2 + 8 \n" ); document.write( "We know the function passes through the two points (-8,0) and (8,0). Use one of these to find a. \n" ); document.write( "0 = a*8^2 + 8 -> a = -1/8 \n" ); document.write( "Thus f(x) = (-1/8)x^2 + 8 \n" ); document.write( " |