document.write( "Question 74017: I am studying for a final and I'm really having a difficult time with functions. I don't know why I don't understand them, but I don't. Please help with the following:\r
\n" );
document.write( "\n" );
document.write( "Given f(x)= 1/sqrt of x and g(x) = 1-x^2 evaluate the following:
\n" );
document.write( "a) g(2a+1)
\n" );
document.write( "b) g(f(x))\r
\n" );
document.write( "\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #53021 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Given f(x)= 1/sqrt of x and g(x) = 1-x^2 evaluate the following: \n" ); document.write( "a) g(2a+1) \n" ); document.write( "Substitute \"2a+1\" for x to get: \n" ); document.write( "g(2a+1) = 1 - (2a+1)^2 \n" ); document.write( "=1 -[4a^2+4a+1] \n" ); document.write( "= -4a^2-4a \n" ); document.write( "------------\r \n" ); document.write( "\n" ); document.write( "b) g(f(x)) \n" ); document.write( "=g[(1/sqrt(x)] \n" ); document.write( "= 1 - (1/sqrt(x))^2 \n" ); document.write( "= 1 - (1/x) \n" ); document.write( "------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |