document.write( "Question 96995: Given f(x) = –x – 4, find f(a – 3) \n" ); document.write( "
Algebra.Com's Answer #70610 by mathslover(157)![]() ![]() You can put this solution on YOUR website! f(x) = -x -4 \n" ); document.write( "replacing x with a-3 on both sides \n" ); document.write( "f(a-3) = -(a-3) -4 \n" ); document.write( " = -a + 3 -4 \n" ); document.write( " = -a -1 \n" ); document.write( " |