document.write( "Question 269601: Two sides of a triangle have the same length. The third side measures 2m less than twice the common length. The perimeter of the triangle is 22m. What are the lengths of the three sides? \n" ); document.write( "
Algebra.Com's Answer #197576 by ninadbhat(3)\"\" \"About 
You can put this solution on YOUR website!
Let x be the length of the common side. Then, the length of the third side is 2x-2 because it is 2 meters less than twice the common side. Therefore you get
\n" ); document.write( "x+x+(2x-2)=22
\n" ); document.write( "2x+2x-2=22
\n" ); document.write( "4x=24
\n" ); document.write( "x=6
\n" ); document.write( "Then, by substitution
\n" ); document.write( "2(6)-2=?
\n" ); document.write( "12-2=10
\n" ); document.write( "Thus, the length of the common side is 6 and the length of the third side is 10.
\n" ); document.write( "CHECK:
\n" ); document.write( "6+6+10=22(?)
\n" ); document.write( "22=22 True
\n" ); document.write( "
\n" );