document.write( "Question 560507: Looking for how I solve the following question:\r
\n" );
document.write( "\n" );
document.write( "P(x) is a polynomial. If P(x) = -4x^2 +3, then P(x+1) = ? \n" );
document.write( "
Algebra.Com's Answer #363927 by stanbon(75887) ![]() You can put this solution on YOUR website! If P(x) = -4x^2 +3, \n" ); document.write( "then P(x+1) = -4(x+1)^2 + 3 \n" ); document.write( "--- \n" ); document.write( "= -4[x^2+2x+1)+3 \n" ); document.write( "---- \n" ); document.write( "= -4x^2-8x-4+3 \n" ); document.write( "---- \n" ); document.write( "= -4x^2-8x-1 \n" ); document.write( "================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================= \n" ); document.write( " |