document.write( "Question 413823: Given the function f(t) = |t| -5\r
\n" );
document.write( "\n" );
document.write( "f(-87)=
\n" );
document.write( "f(5)=
\n" );
document.write( "f(2/3)=
\n" );
document.write( "f(-4)=\r
\n" );
document.write( "\n" );
document.write( "It's the absolute value of t followed by a negative number that is throwing me.
\n" );
document.write( "I got -92,0, -4 1/3, -9 for my answers, but I'm not sure if I did this right. Can you please help.\r
\n" );
document.write( "\n" );
document.write( "Thank you!! \n" );
document.write( "
Algebra.Com's Answer #290322 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! You took the negative of the absolute value for the first and fourth problems. Instead,\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "f(-87) = |-87| - 5. The absolute value of -87 is 87, so f(-87) = 87 - 5 = 82. Similarly, f(-4) = |-4| - 5 = -1. \n" ); document.write( " |