document.write( "Question 305170: How do I solve for f(x)=0 \r
\n" );
document.write( "\n" );
document.write( "f(x)=4x(x+3)^2-(x+3)^3? \n" );
document.write( "
Algebra.Com's Answer #218535 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 0=4x(x+3)^2-(x+3)^3 \n" ); document.write( "0=(x+3)^2*(4x-(x+3)) \n" ); document.write( "0=(x+3)^2*(3x-3) \n" ); document.write( "0=3*(x-1)*(x+3)^2 \n" ); document.write( " |