document.write( "Question 291021: The perimeter of a triangle is 81 cm. The smallest side is 7cm.shorter than the medium side. The medium side is 4 cm.shorter than the longest side. Find the lengths of the three sides. \n" ); document.write( "
Algebra.Com's Answer #210568 by Greenfinch(383)\"\" \"About 
You can put this solution on YOUR website!
Shortest side is X, medium side is X + 7, longest side is X + 11
\n" ); document.write( "perimeter is X + (X + 7) + ( X + 11) =3X + 18 = 81
\n" ); document.write( "So 3X= 63
\n" ); document.write( "X = 21, other sides are 28 and 32
\n" ); document.write( "perimeter is 21 + 28 + 32 = 81 so it checks
\n" ); document.write( "
\n" );