document.write( "Question 434649: find F(2) for this polynomial Fx = -4x^2 + 3x - 1 \n" ); document.write( "
Algebra.Com's Answer #301041 by nerdybill(7384) You can put this solution on YOUR website! find F(2) for this polynomial Fx = -4x^2 + 3x - 1 \n" ); document.write( ". \n" ); document.write( "Simply replace x with a 2: \n" ); document.write( "Fx = -4x^2 + 3x - 1 \n" ); document.write( "Fx = -4(2)^2 + 3(2) - 1 \n" ); document.write( "Fx = -4(4) + 6 - 1 \n" ); document.write( "Fx = -16 + 6 - 1 \n" ); document.write( "Fx = -10 - 1 \n" ); document.write( "Fx = -11 \n" ); document.write( " \n" ); document.write( " |