document.write( "Question 782614: A triangle has sides -x-1, -3x+5, and -2x. what is the perimeter? \n" ); document.write( "
Algebra.Com's Answer #476455 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Add up the sides to get\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "(-x-1) + (-3x+5) + (-2x)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-x-1 - 3x+5 - 2x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-6x + 4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So the perimeter of the triangle is -6x + 4 units \n" ); document.write( " |