document.write( "Question 161821: how do u combine the terms of variable such as : x2+3+5y+y+5 \n" ); document.write( "
Algebra.Com's Answer #119248 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x^2+3+5y+y+5
\n" ); document.write( "x^2+(5y+y)+(3+5)
\n" ); document.write( "x^2+6y+8
\n" ); document.write( "
\n" );