document.write( "Question 330857: x2 - 8x + 16 >= 0\r
\n" );
document.write( "\n" );
document.write( "I got x=4 as the answer but I keep getting told it wrong. I could use help trying to figure out the right answer.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A for no x
\n" );
document.write( "B x <= 4
\n" );
document.write( "C -4 <= x <= 4
\n" );
document.write( "D x = 4
\n" );
document.write( "E 2 <= x <= 8
\n" );
document.write( "F for all x
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #237174 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Solve \n" ); document.write( "f(x) = x^2 - 8x + 16 = 0 \n" ); document.write( " \n" ); document.write( "(x-4) = 0 \n" ); document.write( "x = 4 \n" ); document.write( "----------- \n" ); document.write( "x=4 is the minimum value of the function, f(x) = 0 \n" ); document.write( "For all other values, f(x) > 0 \n" ); document.write( "--> For all x, f(x) >= 0 \n" ); document.write( "--> All x \n" ); document.write( " \n" ); document.write( " |