document.write( "Question 779370: f(x)=(2x+1)/x^2
\n" );
document.write( "find: f(sqrt2) \n" );
document.write( "
Algebra.Com's Answer #496652 by tommyt3rd(5050)![]() ![]() You can put this solution on YOUR website! f(sqrt2)= \n" ); document.write( "(2sqrt2+1)/(sqrt2)^2= \n" ); document.write( "(2sqrt2+1)/2= \n" ); document.write( "sqrt2+1/2 \n" ); document.write( " |