document.write( "Question 634990: Let f(x)=x^2-1, evaluate the following
\n" );
document.write( "f(a)−3 \n" );
document.write( "
Algebra.Com's Answer #400039 by jsmallt9(3759) ![]() You can put this solution on YOUR website! \n" ); document.write( "This tells us that the function named \"f\" takes whatever input you give it (here represented by \"x\") and squares it and then subtracts 1. This function f will square any input and then subtract 1. \n" ); document.write( "f(a) is what you get from f when you give it an input of \"a\". And what does f do to its input? Answer: It squares it and then subtracts 1. So: \n" ); document.write( " \n" ); document.write( "For f(a)-3 we just take f(a) and then subtract 3: \n" ); document.write( " |