document.write( "Question 883740: for the pair of functions, find the indicated sum, difference, product, or quotient,\r
\n" );
document.write( "\n" );
document.write( "f(x)=x-4, g(x)=-4x^2+16x-4
\n" );
document.write( "find (fg)(3) \n" );
document.write( "
Algebra.Com's Answer #533735 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Multiply the two functions (you don't have to algebraically expand everything out) and plug in x = 3 to get...\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(f*g)(x) = f(x)*g(x) \n" ); document.write( "(f*g)(x) = ( f(x) )* ( g(x) ) \n" ); document.write( "(f*g)(x) = ( x-4 )* ( -4x^2+16x-4 ) \n" ); document.write( "(f*g)(3) = ( 3-4 )* ( -4(3)^2+16(3)-4 ) \n" ); document.write( "(f*g)(3) = -8 \n" ); document.write( " |