document.write( "Question 73816: the questions are from a hand out\r
\n" );
document.write( "\n" );
document.write( " 1. Find the inverse of f(x)=3x+1 where f:R arrow R\r
\n" );
document.write( "\n" );
document.write( " 2. If f(x) = x-3 g(x)=2x+5 find fog and gof \r
\n" );
document.write( "\n" );
document.write( " 3. If f(x) = x^2 + 3x-5 then f(-2)=\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #52868 by bucky(2189) ![]() You can put this solution on YOUR website! First Problem: Find the inverse of f(x)=3x+1 \n" ); document.write( ". \n" ); document.write( "I'm not exactly sure what you mean by \"f:R arrow R\". I suspect it has something to do with \n" ); document.write( "mapping. But as to finding the inverse of f(x) ... this is a 4 step process. \n" ); document.write( ". \n" ); document.write( "Step 1. Replace f(x) with \"y\" so that your equation becomes: \n" ); document.write( ". \n" ); document.write( "y = 3x + 1 \n" ); document.write( ". \n" ); document.write( "Step 2. Change the y to x and the x to y so that the equation is then: \n" ); document.write( ". \n" ); document.write( "x = 3y + 1 \n" ); document.write( ". \n" ); document.write( "Step 3. Solve the equation that you got in Step 2 for y. \n" ); document.write( ". \n" ); document.write( "Remove the 3y term from the right side by subtracting 3y from both sides. After this subtraction \n" ); document.write( "the equation is then: \n" ); document.write( ". \n" ); document.write( "-3y + x = 1 \n" ); document.write( ". \n" ); document.write( "Remove the x term from the left side by subtracting x from both sides to get: \n" ); document.write( ". \n" ); document.write( "-3y = -x + 1 \n" ); document.write( ". \n" ); document.write( "Divide both sides (all terms) by -3 and you then have: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Step 4. Replace y with the inverse notation \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "This is the inverse of the function you were given. \n" ); document.write( ". \n" ); document.write( "Second problem: If f(x) = x-3 and g(x)=2x+5 find fog and gof \n" ); document.write( ". \n" ); document.write( "fog is found by replacing every x that appears in f(x) with the right side of g(x) and then \n" ); document.write( "simplifying the result. \n" ); document.write( ". \n" ); document.write( "First the replacement of the x's on the right side of f(x): \n" ); document.write( ". \n" ); document.write( "fog = (2x+5) - 3 \n" ); document.write( ". \n" ); document.write( "then simplify by removing the parentheses and adding +5 and -3 to get: \n" ); document.write( ". \n" ); document.write( "fog = 2x + 2 \n" ); document.write( ". \n" ); document.write( "That's what you are looking for. \n" ); document.write( ". \n" ); document.write( "Next find gof. This involves the same process as before. In gof you replace each of the \n" ); document.write( "x's on the right side with the right side of f(x) to get: \n" ); document.write( ". \n" ); document.write( "gof = 2(x-3) + 5 \n" ); document.write( ". \n" ); document.write( "Now simplify starting with doing the multiplication to get: \n" ); document.write( ". \n" ); document.write( "gof = 2x - 6 + 5 \n" ); document.write( ". \n" ); document.write( "then combine the -6 and +5 to get: \n" ); document.write( ". \n" ); document.write( "gof = 2x - 1 \n" ); document.write( ". \n" ); document.write( "And that's the answer. \n" ); document.write( ". \n" ); document.write( "Final problem. If f(x) = x^2 + 3x - 5 then f(-2)= \n" ); document.write( ". \n" ); document.write( "In f(x) replace every x with -2 and then simplify: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "Then simplify: \n" ); document.write( ". \n" ); document.write( " \n" ); document.write( ". \n" ); document.write( "combine to get the answer of f(-2) = -7 \n" ); document.write( ". \n" ); document.write( "There you go. \n" ); document.write( ". \n" ); document.write( "Hope this helps you to understand the basic ideas behind all these operations. \n" ); document.write( " |