document.write( "Question 653229: if f(x)=2x and g(x)=x-4 what is the value of f[g(3)] \n" ); document.write( "
Algebra.Com's Answer #408307 by Shana-D77(132)![]() ![]() You can put this solution on YOUR website! if f(x)=2x and g(x)=x-4 what is the value of f[g(3)]?\r \n" ); document.write( "\n" ); document.write( "f[g(3)] says \"f at g at 3\". More specifically, it reads, \"evaluate g if x is 3, then stick whatever number you get into the x in the f function\". Always work inside to outside in these functions within functions.\r \n" ); document.write( "\n" ); document.write( "So:\r \n" ); document.write( "\n" ); document.write( "g(x) = x - 4 \n" ); document.write( "g(3) = 3 - 4 \n" ); document.write( "g(3) = -1\r \n" ); document.write( "\n" ); document.write( "Now put -1 into f.\r \n" ); document.write( "\n" ); document.write( "f(x) = 2x \n" ); document.write( "f(-1) = 2(-1) \n" ); document.write( "f(-1) = -2\r \n" ); document.write( "\n" ); document.write( "So f[g(3)] = -2 \n" ); document.write( " |