document.write( "Question 512466: Find the range of the function:
\n" );
document.write( "f(x)= x^2-12x+46 \n" );
document.write( "
Algebra.Com's Answer #343240 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Find the range of the function: \n" ); document.write( "f(x)= x^2-12x+46 \n" ); document.write( "complete the square \n" ); document.write( "y=(x^2-12x+36)+46-36 \n" ); document.write( "y=(x-6)^2+10 \n" ); document.write( "This is an equation of a parabola that opens upwards with a vertex at (6, 10), that is, it has a minimum of 10. \n" ); document.write( "The range of the function, therefore, is (10,∞) \n" ); document.write( " |