document.write( "Question 252662: Write the equation of the quadratic function with roots 0 and 2 and a vertex at (1, 5).
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #184708 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! y = x*(x-2) gives the 2 roots, but the vertex is below the x-axis. \n" ); document.write( "y = -x*(x-2) inverts it. \n" ); document.write( "y = -x^2 + 2x gives the 2 roots, but the vertex is at 1,1. \n" ); document.write( "Multiply it by 5: \n" ); document.write( "y = -5x^2 + 10x works \n" ); document.write( " \n" ); document.write( " |