document.write( "Question 928702: How do I determine the quadratic function f with a vertex of (2-7)
\n" );
document.write( "And the other given point is (3,0) \n" );
document.write( "
Algebra.Com's Answer #563782 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! y = a(x-2)^2 - 7 \n" ); document.write( "0 = a(3-2)^2 - 7 \n" ); document.write( "7 = a \n" ); document.write( "y = 7(x-2) - 7 \n" ); document.write( " |