document.write( "Question 56064: If f(x) = 2x + 3 and g(x) = (x - 3)/2, what is the value of f[g(-5)]? \n" ); document.write( "
Algebra.Com's Answer #38018 by jenrobrody(19)![]() ![]() ![]() You can put this solution on YOUR website! If f(x) = 2x + 3 and g(x) = (x - 3)/2, what is the value of f[g(-5)]? \r \n" ); document.write( "\n" ); document.write( "f[g(-5)] = f[ ((-5) - 3)/2 ] \n" ); document.write( "= f[ -8/2] \n" ); document.write( "= f[-4] \n" ); document.write( "= 2(-4) + 3 \n" ); document.write( "= -8 + 3 \n" ); document.write( "= -5 \n" ); document.write( " |