document.write( "Question 1188900: Rewrite the function f(x)=3(x+1)^2-2 in the form f(x)=ax^2+bx+c . \n" ); document.write( "
Algebra.Com's Answer #820089 by KingEslapen(1)![]() ![]() ![]() You can put this solution on YOUR website! f(x)= 3(x+1)^2-2\r \n" ); document.write( "\n" ); document.write( "f(x)= 3(x^2+2x+1)-2 \n" ); document.write( "f(x)= 3x^2 + 6x + 3 - 2 \n" ); document.write( "f(x)= 3x^2 + 6x + 1\r \n" ); document.write( "\n" ); document.write( "Final Answer : f(x)= 3x^2 + 6x + 1 \n" ); document.write( " |