document.write( "Question 715286: The sides of a triangle are indicated by 3x-4, 2x+5, and 3x+4. Give an expression for its perimeter \n" ); document.write( "
Algebra.Com's Answer #439360 by Simnepi(216)![]() ![]() You can put this solution on YOUR website! perimeter=sum of all side lengths \n" ); document.write( "so we must add all the sides together! \n" ); document.write( "so we have \n" ); document.write( "perimeter=(3x-4)+(2x+5)+(3x+4) \n" ); document.write( "removing the brackets gives \n" ); document.write( "perimeter=3x-4+2x+5+3x+4 \n" ); document.write( "collecting 'like terms' we get \n" ); document.write( "perimeter=3x+2x+3x-4+5+4 \n" ); document.write( "and simplifying this we have \n" ); document.write( "perimeter=8x+5 \n" ); document.write( " |