document.write( "Question 1007167: Given the function f(x)=|x+7|, find each of the following, \r
\n" );
document.write( "\n" );
document.write( "f(8)
\n" );
document.write( "f(-3)
\n" );
document.write( "f(0) \n" );
document.write( "
Algebra.Com's Answer #623144 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! You merely plug these values into the function \n" ); document.write( "f(x)=|x+7| and get \n" ); document.write( "f(8)=|8+7| = 15 \n" ); document.write( "f(-3)=|-3+7|= 4 \n" ); document.write( "f(0)=|0+7| = 7 \n" ); document.write( " |