document.write( "Question 269843: The perimeter of a triangle is 60 centimeters. One side is 6 centimeters shorter than the second side. The third side is 6 centimeters shorter than triple the length of the first side. Find the length of each side \n" ); document.write( "
Algebra.Com's Answer #197733 by drk(1908)\"\" \"About 
You can put this solution on YOUR website!
The perimeter formula is
\n" ); document.write( "\"P+=+a+%2B+b+%2B+c\"
\n" ); document.write( "from above, we get
\n" ); document.write( "\"P+=+60\"
\n" ); document.write( "\"a+=+b+-+6\"
\n" ); document.write( "\"c+=+3a+-+6\"
\n" ); document.write( "----------
\n" ); document.write( "putting all of this together we get
\n" ); document.write( "\"60+=+b+-+6+%2B+b+%2B+3b+-+24\"
\n" ); document.write( "combine like terms and we get
\n" ); document.write( "\"60+=+5b+-30\"
\n" ); document.write( "add 30 to get
\n" ); document.write( " \"90+=+5b\"
\n" ); document.write( "divide by 5 to get
\n" ); document.write( "\"b+=+18\"
\n" ); document.write( "this means that
\n" ); document.write( "\"a+=+12\"
\n" ); document.write( "\"c+=+30\"
\n" ); document.write( "
\n" );