document.write( "Question 308206: A triangle has 3 sides, represented by the following expressions:\r
\n" );
document.write( "\n" );
document.write( "Side 1: 2x-1\r
\n" );
document.write( "\n" );
document.write( "Side 2: 3x+7\r
\n" );
document.write( "\n" );
document.write( "Side 3: x+3\r
\n" );
document.write( "\n" );
document.write( "Write an algebra expression representing the perimeter of the triangle \n" );
document.write( "
Algebra.Com's Answer #220372 by edjones(8007)![]() ![]() You can put this solution on YOUR website! P=2x-1+3x+7+x+3 \n" ); document.write( "=6x+9 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |