document.write( "Question 1147853: Let the graph of g be a vertical stretch by a factor of 3 and a reflection in the y-axis, followed by a translation 2 units left of the graph of f(x)=x^2−6x+1. Write an equation. \n" ); document.write( "
| Algebra.Com's Answer #802229 by CubeyThePenguin(3113)     You can put this solution on YOUR website! g(x) = 3f(x+2)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= 3((x+2)^2 - 6(x+2) + 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= 3(x^2 + 4x + 4 - 6x - 12 + 1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= 3(x^2 - 2x -7)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "= 3x^2 - 6x - 21 \n" ); document.write( " |