document.write( "Question 409452: Given the quadratic function f(x) = x^2 – 6x + 9, find a value of x such that f(x) = 25.\r
\n" );
document.write( "\n" );
document.write( "This is what I have:
\n" );
document.write( "x^2 - 6x + 9 = 25
\n" );
document.write( "x^2 - 6x - 16 = 0
\n" );
document.write( "x^2 - 8x + 2x -16 = 0
\n" );
document.write( "x(x-8) + 2(x-8) = 0
\n" );
document.write( "(x-8)(x+2) = 0
\n" );
document.write( "x = 8 \n" );
document.write( "
Algebra.Com's Answer #288200 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( " |