document.write( "Question 801530: PLEASE HELP!!!\"I NEED TO LEARN THESE BEFORE MY TEST ON FRIDAY
\n" );
document.write( "I have to use the following function for f(0)and f(3) if f(x)=4X+9\r
\n" );
document.write( "\n" );
document.write( "AND use the following function for g(x+3)if g(x)=-x^2 +5x+3\r
\n" );
document.write( "\n" );
document.write( "These are practice problems I don't know where to begin
\n" );
document.write( "Thanks so much in advance \n" );
document.write( "
Algebra.Com's Answer #483705 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! have to use the following function for \n" ); document.write( "f(0)and f(3) if f(x)=4X+9 \n" ); document.write( "for f(0)= 4x + 9 \n" ); document.write( "replace x with 0 \n" ); document.write( "f(0) = 4(0) + 9 \n" ); document.write( "f(0) = 0 + 9 \n" ); document.write( "f(0) = 9 \n" ); document.write( "for f(3) = 4x + 9 \n" ); document.write( "Replace x with 3 \n" ); document.write( "f(3) = 4(3) + 9 \n" ); document.write( "f(3) = 12 + 9 \n" ); document.write( "f(3) = 21 \n" ); document.write( ": \n" ); document.write( "AND use the following function for g(x+3)if g(x)=-x^2 +5x+3 \n" ); document.write( "g(x+3) = -x^2 + 5x + 3 \n" ); document.write( "Replace x with (x+3) \n" ); document.write( "g(x+3) = -(x+3)^2 + 5(x+3) + 3 \n" ); document.write( "FOIL (x+3)(x+3), distribute the 5 \n" ); document.write( "g(x+3) = -(x^2 + 6x + 9) + 5x + 15 + 3 \n" ); document.write( "removing the brackets with minus in front changes the signs \n" ); document.write( "g(x+3) = -x^2 - 6x - 9 + 5x + 15 + 3 \n" ); document.write( "Combine like terms \n" ); document.write( "g(x+3) = -x^2 - x + 9 \n" ); document.write( " |