document.write( "Question 41567: A triangle has sides 2x - 5, 3x + 1 and 4x + 2. Find the polynomial that represents its perimeter. \r
\n" );
document.write( "\n" );
document.write( "Is it \r
\n" );
document.write( "\n" );
document.write( "9x - 2\r
\n" );
document.write( "\n" );
document.write( "Thanks for help \n" );
document.write( "
Algebra.Com's Answer #26839 by mszlmb(115)![]() ![]() You can put this solution on YOUR website! Perimeter's all the sides added up so we have \n" ); document.write( "(2x - 5)+(3x + 1)+(4x + 2) which we can safely convert to \n" ); document.write( "2x-5+3x+1+4x+2 change the order around a little.. \n" ); document.write( "2x+3x+4x-5+1+2 solve \n" ); document.write( "9x-2 \n" ); document.write( "yup, you got it right \n" ); document.write( " \n" ); document.write( " |