document.write( "Question 500899: Find min value of fn:\r
\n" );
document.write( "\n" );
document.write( " |-5-x| + |2-x|+|6-x|+10-x|; where x is an intege \n" );
document.write( "
Algebra.Com's Answer #338338 by oberobic(2304) ![]() You can put this solution on YOUR website! Assuming this is your equation: f(x)=|-5-x| + |2-x|+|6-x|+|10-x| \n" ); document.write( "Each term has a minimum value of zero because of the absolute values. \n" ); document.write( "So the minimum for the function is zero. \n" ); document.write( "This is not to be confused with the minimum for 'x', which is -infinity. \n" ); document.write( " |