document.write( "Question 1106851: Find f(x) and g(x) so that the function can be described as y = f(g(x)). \r
\n" );
document.write( "\n" );
document.write( "y = three divided by square root of quantity three x plus four.\r
\n" );
document.write( "\n" );
document.write( "y= 3/sqrt(3x+4) \n" );
document.write( "
Algebra.Com's Answer #721832 by greenestamps(13215) You can put this solution on YOUR website! \n" ); document.write( "Think of how you would evaluate the expression for a particular value of x: \n" ); document.write( "(1) multiply by 3 \n" ); document.write( "(2) add 4 \n" ); document.write( "(3) take the square root \n" ); document.write( "(4) divide 3 by the result \n" ); document.write( "To write the whole expression as a composition of two functions, you can break the steps into two parts any way you want. \n" ); document.write( "solution #1: \n" ); document.write( "g(x) = multiply by 3 and add 4; \n" ); document.write( "f(x) = take the square root and divide 3 by the result \n" ); document.write( "answer #1: g(x) = 3x+4; f(x) = 3/sqrt(x) \n" ); document.write( "solution #2: \n" ); document.write( "g(x) = multiply by 3, add 4, and take the square root \n" ); document.write( "f(x) = divided 3 by the result \n" ); document.write( "answer #2: g(x) = sqrt(3x+4); f(x) = 3/x \n" ); document.write( "solution #3: \n" ); document.write( "g(x) = multiply by 3 \n" ); document.write( "f(x) = add 4, take the square root, and divide 3 by the result \n" ); document.write( "answer #3: g(x) = 3x; f(x) = 3/sqrt(x+4) \n" ); document.write( "Solution #4: You could even do something like this, combining all the steps into one of the functions -- although I don't see that it would ever be useful: \n" ); document.write( "g(x) = 3/sqrt(3x+4); f(x) = x \n" ); document.write( " |