document.write( "Question 405550: if f(x)=x^2-7x find f(a+1)-f(a) \n" ); document.write( "
Algebra.Com's Answer #286442 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! f(x)=x^2-7x \n" ); document.write( "f(a)=a^2-7a \n" ); document.write( "f(a+1)=(a+1)^2-7(a+1)=a^2+2a+1-7a-7=a^2-5a-6\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So f(a+1)-f(a) = a^2-5a-6 - (a^2-7a) = a^2-5a-6-a^2+7a = 2a-6 \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "or in short f(a+1)-f(a) = 2a-6 \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you need more help, email me at jim_thompson5910@hotmail.com\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, please consider visiting my website: http://www.freewebs.com/jimthompson5910/home.html and making a donation. Thank you\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Jim \n" ); document.write( " |