document.write( "Question 899873: The perimeter of a triangle is 17cm. The first side is twice the length of the second side; the third side is 1cm less than 3 times the length of the side. What are the lengths of the side of the triangle? \n" ); document.write( "
Algebra.Com's Answer #545636 by suzanna18(1)\"\" \"About 
You can put this solution on YOUR website!
The second side would be x
\n" ); document.write( "So the first side would be 2×x
\n" ); document.write( "And the third is 3×x-1
\n" ); document.write( "So the perimeter is 17= x + 2×x + 3×x-1
\n" ); document.write( "16= 6×x
\n" ); document.write( "16/6= 6×x/6
\n" ); document.write( "x= 8/3
\n" ); document.write( "2×x= 16/3
\n" ); document.write( "3×x-1=7
\n" ); document.write( "
\n" );