document.write( "Question 1133180: Consider the function f(x) = 2x + 5 √x^2-1 (x^2-1 is all under the squareroot). \r
\n" );
document.write( "\n" );
document.write( "Find f(5), f(a), f(x + h). \n" );
document.write( "
Algebra.Com's Answer #750357 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! f(5)=10+5(sqrt(24) or 10+10*sqrt(6) or 10(1+ sqrt(6))\r \n" ); document.write( "\n" ); document.write( "f(a)=2a+5(sqrt(a^2-1)) \n" ); document.write( "f(x+h)=2x+2h+5* sqrt(x^2+2xh+h^2-1) \n" ); document.write( " |