document.write( "Question 36949: Simplify using factoring and cancellation
\n" );
document.write( "(y^3-19y-30)/(y+2) \n" );
document.write( "
Algebra.Com's Answer #23705 by fractalier(6550) You can put this solution on YOUR website! Though it is not easy to see, \n" ); document.write( "(y^3 - 19y - 30) / (y + 2) = \n" ); document.write( "(y + 2)(y^2 - 2y - 15)/ (y + 2) = \n" ); document.write( "y^2 - 2y - 15 \n" ); document.write( " |