document.write( "Question 60995: given that. f: 3x^2-4x+1 g: 2x-1 calculate fg(10) \n" ); document.write( "
Algebra.Com's Answer #41919 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! given that. \n" ); document.write( "f: 3x^2-4x+1 \n" ); document.write( "g: 2x-1 \n" ); document.write( "calculate fg(10) \n" ); document.write( "This means evaluate the function of f times the function of g when x=10. \n" ); document.write( ": \n" ); document.write( "fg(x)=(3x^2-4x+1)(2x-1) \n" ); document.write( "fg(10)=(3(10)^2-4(10)+1)(2(10)-1) \n" ); document.write( "fg(10)=(3(100)-40+1)(20-1) \n" ); document.write( "fg(10)=(300-40+1)(19) \n" ); document.write( "fg(10)=(261)(19) \n" ); document.write( "fg(10)=4959 \n" ); document.write( ": \n" ); document.write( "You could have also just found f(10) and g(10) and multiplied them if you're intimidated by the size of the equation. \n" ); document.write( "f(10)=261 \n" ); document.write( "g(10)=19 \n" ); document.write( "fg(10)=261*19=4959 \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " |