document.write( "Question 812511: The perimeter of a triangle is 60 meters. The length of one side is 6 meters less than twice the length of the shortest side. The length of another side is three times the length of the shortest side. What are the lengths of the three sides? \n" ); document.write( "
Algebra.Com's Answer #489193 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
a+b+c=60,
\n" ); document.write( "b=2a-6,
\n" ); document.write( "c=3a
\n" ); document.write( "a = 11, b = 16, c = 33
\n" ); document.write( "
\n" );