document.write( "Question 991521: What is the perimeter of a triangle with sides of 2x+4, 2x+3 and 2x \n" ); document.write( "
Algebra.Com's Answer #611396 by Timnewman(323)![]() ![]() You can put this solution on YOUR website! The perimeter of the triangle \n" ); document.write( "is p=2x+4+2x+3+2x \n" ); document.write( " p=6x+7. \n" ); document.write( " |