document.write( "Question 1034881: Find the minimum point for the function f(x) = |2x - 4|\r
\n" );
document.write( "\n" );
document.write( "(2, 0)
\n" );
document.write( "(-2, 0)
\n" );
document.write( "(0, 2)
\n" );
document.write( "(0, -2) \n" );
document.write( "
Algebra.Com's Answer #649528 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find the minimum point for the function f(x) = |2x - 4| \n" ); document.write( "We know the minimum result of any expression inside an absolute is 0 \n" ); document.write( "Remove the absolutes and solve \n" ); document.write( "2x - 4 = 0 \n" ); document.write( "2x = 4 \n" ); document.write( "x = 4/2 \n" ); document.write( "x = 2 \n" ); document.write( "the answer is 2,0 \n" ); document.write( " |