document.write( "Question 326983: given f(x)= 5x + 7 and g(x) = 5x-1 find (fg)(x) \n" ); document.write( "
Algebra.Com's Answer #234220 by jessica43(140)![]() ![]() ![]() You can put this solution on YOUR website! I'm assuming that (fg)(x) means composition of functions, which is usually written as (f o g)(x) or f(g(x)). \n" ); document.write( "This is read as \"f-compose-g of x\", and means \"plug x into g, evaluate, and then plug the result into f\". \n" ); document.write( "So if you plug in x into g(x), you get 5x-1. \n" ); document.write( "Now plug that into f(x): \n" ); document.write( "f(x) = 5x + 7 \n" ); document.write( "f(5x-1) = 5(5x-1) + 7 \n" ); document.write( "f(5x-1) = 25x - 5 + 7 \n" ); document.write( "f(5x-1) = 25x + 2 \n" ); document.write( "So f(g(x)) = 25x + 2 \n" ); document.write( " |