document.write( "Question 83225: How do I add the following polynomials using the vertical method: 5x^2+2x-4, x^2-2x-3, and 2x^2-4x-3? \n" ); document.write( "
Algebra.Com's Answer #59743 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Line up the equations vertically\r
\n" ); document.write( "\n" ); document.write( "\"5x%5E2%2B2x-4\"
\n" ); document.write( "\"x%5E2-2x-3\"
\n" ); document.write( "\"2x%5E2-4x-3\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Notice how the x squared terms make a column, the x terms make a column, and the constant terms make a column. Add these columns separately\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"5x%5E2%2Bx%5E2%2B2x%5E2=8x%5E2\" Add the x squared terms\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"2x-2x-4x=-4x\" Add the x terms\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"-4-3-3=-10\" Add the constant terms\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "So after adding we get\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"8x%5E2-4x-10\"
\n" ); document.write( "
\n" );