document.write( "Question 519189: Let f(x) = 2x - 4 and g(x) = 0.5x+2.
\n" );
document.write( "Find f(g(x)) \n" );
document.write( "
Algebra.Com's Answer #345480 by bucky(2189)![]() ![]() ![]() You can put this solution on YOUR website! What does f(g(x)) mean? It means that you are to find f(x) when x is g(x). So all that this problem is asking you to do is to take the f(x) equation and replace any x in it with g(x). \n" ); document.write( ". \n" ); document.write( "So start with f(x) = 2x - 4 \n" ); document.write( ". \n" ); document.write( "Then replace the x in f(x) with g(x), or to be more specific, on the left side of the f(x) equation, replace the x with g(x) and then on the right side of the f(x) equation replace any x with (0.5x + 2) which is the right side of the g(x)equation. \n" ); document.write( ". \n" ); document.write( "When you do that the left side gets written as f(g(x)) and the right side in which the x gets replaced with g(x) gets written as shown: \n" ); document.write( ". \n" ); document.write( "f(g(x)) = 2(0.5x + 2) - 4 \n" ); document.write( ". \n" ); document.write( "Then simplify the right side by doing the distributed multiplication (multiply 2 times each of the terms in the parentheses) and you have: \n" ); document.write( ". \n" ); document.write( "f(g(x)) = 2*0.5x + 2*2 - 4 = x + 4 - 4 \n" ); document.write( ". \n" ); document.write( "Note that the +4 and the -4 cancel and you are left with just: \n" ); document.write( ". \n" ); document.write( "f(g(x)) = x \n" ); document.write( ". \n" ); document.write( "That's the answer you were to get. \n" ); document.write( ". \n" ); document.write( "Hopefully from this you have learned that f(g(x)) tells you to start with the right side of the f(x) equation and everywhere that you see an x you replace it with the right side of the equation for g(x) and then simplify it. \n" ); document.write( ". \n" ); document.write( " |