document.write( "Question 197616: f(x)= ax^2+bx+5
\n" );
document.write( "Find a and b if f(x+1)-f(x)=8x+3
\n" );
document.write( "Can someone please help me with this problem ive never learned how to do a problem like this and i have to have it done for tomorrow. Your help would be greatly appreciated! \n" );
document.write( "
Algebra.Com's Answer #148185 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! f(x)= ax^2+bx+5 \n" ); document.write( "Find a and b if f(x+1)-f(x)=8x+3 \n" ); document.write( "------------ \n" ); document.write( "Find f(x+1) \n" ); document.write( "f(x+1) = a*(x+1)^2 + b*(x+1) + 5 \n" ); document.write( "= ax^2 + 2ax + a + bx+b +5 \n" ); document.write( " ax^2 + bx +5 Subtract f(x) \n" ); document.write( "--------------------------- \n" ); document.write( "= 2ax + a + b \n" ); document.write( "That's = 8x+3 \n" ); document.write( "2a = 8 \n" ); document.write( "a = 4 \n" ); document.write( "-------- \n" ); document.write( "a+b = 3 \n" ); document.write( "b = -1 \n" ); document.write( " \n" ); document.write( " |