document.write( "Question 1000169: If f(x) = 4x + 3, evaluate f(x+h).\r
\n" );
document.write( "\n" );
document.write( "If g(x) = x², evaluate g(x+h).\r
\n" );
document.write( "\n" );
document.write( "If f(x) = -x + 1, evaluate f(x+h).\r
\n" );
document.write( "\n" );
document.write( "If f(x) = -x + 1, evaluate f(x-h).\r
\n" );
document.write( "\n" );
document.write( "Use the quadratic formula to solve the equation: x² - x - 1 = 0. \n" );
document.write( "
Algebra.Com's Answer #617667 by Boreal(15235) You can put this solution on YOUR website! f(x+h)=4(x+h)+3=4x+4h+3 \n" ); document.write( "g(x+h)=(x+h)^2=x^2+2xh+h^2 \n" ); document.write( "f(x+h)=-(x+h)+1=-x-h+1 \n" ); document.write( "f(x-h)=-(x-h)+1=-x+h+1 \n" ); document.write( "x=(1/2)(1+/-sqrt(1+4)=(1/2)(1+/-sqrt(5); roots about 1.68 and -0.55 \n" ); document.write( " |