document.write( "Question 263396: Two sides of a triangle have the same length. The third side measures 4 m less than twice that length. The perimeter of the traiangle is 24 m. Find the lengths of the 3 sides. \n" ); document.write( "
Algebra.Com's Answer #194097 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
Let x be the length of each equal side and then 2x - 4 is the length of the base.
\n" ); document.write( "p = a + b + c
\n" ); document.write( "24 = a + b + c
\n" ); document.write( "\"24+=+x+%2B+x+%2B+2x+-+4\"
\n" ); document.write( "step 1 - combine like terms to get
\n" ); document.write( "\"24+=+4x+-+4\"
\n" ); document.write( "step 2 - add 4 to get
\n" ); document.write( "\"28+=+4x\"
\n" ); document.write( "step 3 - divide by 4 to get
\n" ); document.write( " \"x+=+7\"
\n" ); document.write( "the three sides are
\n" ); document.write( "{7, 7, 10}
\n" ); document.write( "
\n" );