document.write( "Question 262198: At how many points do the graphs of y = x^3 and y = x^2 + 4x intersect? \n" ); document.write( "
Algebra.Com's Answer #193141 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
x^3 = x^2 + 4x
\n" ); document.write( "x^3x^2-4x=0
\n" ); document.write( "x*(x^2-x-4)=0
\n" ); document.write( "3 points
\n" ); document.write( "
\n" );