document.write( "Question 192314This question is from textbook Intermediate Algebra
\n" );
document.write( ": This is the first time I've had to rows set up like this. This is one problem. I don't know how to treat it having two rows of numbers that are all to be added together.\r
\n" );
document.write( "\n" );
document.write( "Add the polynomials.
\n" );
document.write( " x^3+4x^2+2x-3
\n" );
document.write( "-x^3-3x^2-3x+2
\n" );
document.write( "-----------------
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #144358 by checkley75(3666) ![]() You can put this solution on YOUR website! x^3+4x^2+2x-3 \n" ); document.write( "-x^3-3x^2-3x+2 \n" ); document.write( "----------------- \n" ); document.write( "0+x^2-x-1 \n" ); document.write( "x^2-x-1 ans. \n" ); document.write( " |