document.write( "Question 74083: Here is another one I can not figure out. Please help.
\n" );
document.write( "In exercise 36, if f(x)=5x-1, find the following:
\n" );
document.write( "f(a-2)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #53065 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! if f(x)=5x-1, find the following: \n" ); document.write( "f(a-2) \n" ); document.write( ": \n" ); document.write( "Just replace x with (a-2): \n" ); document.write( "f(a-2) = 5(a-2) - 1 \n" ); document.write( "f(a-2) = 5a - 10 -1 \n" ); document.write( "f(a-2) = 5a - 11 \n" ); document.write( " |