document.write( "Question 664372: the perimeter of a triangle is 72ft. if the lengths of the sides are consecutive even integers, find the length of each side.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #413278 by Theo(13342)![]() ![]() You can put this solution on YOUR website! x is the smallest side \n" ); document.write( "x+1 is the next smallest side \n" ); document.write( "x+2 is the next smallest side (this is the largest) \n" ); document.write( "you take the sum of all the sides to get the perimeter. \n" ); document.write( "x + x + 1 + x + 3 = 72 \n" ); document.write( "combine like terms to get: \n" ); document.write( "3x + 3 = 72 \n" ); document.write( "subtract 3 from both sides of the equation to get 3x = 69 \n" ); document.write( "divide both sides of the equation by 3 to get x = 23 \n" ); document.write( "the sides are 23, 24, and 25 \n" ); document.write( "add them up and they equal 72. \n" ); document.write( "that's your answer. \n" ); document.write( " \n" ); document.write( " |