document.write( "Question 91125: simplify (n^5+2n^4+3n^3)+n^3
\n" );
document.write( "i divided everything by the (n^3) and i came up with n^2+2n+4
\n" );
document.write( "but since it looks like an addition problem im not sure how to work it out. \n" );
document.write( "
Algebra.Com's Answer #66152 by checkley71(8403) ![]() You can put this solution on YOUR website! GOOD START BUT YOU NEED TO FINISH IT THUS: \n" ); document.write( "(N^5+2N^4+3N^3)+N^3 \n" ); document.write( "N^5+2N^4+4N^3 NOW FACTORE OUT N^3. \n" ); document.write( "N^3(N^2+2N+4) NOW FACTOR THE QUADRATIC EQUATION THUS: \n" ); document.write( "N^3(N+2)(N+2) ANSWER. \n" ); document.write( " |