document.write( "Question 346942: 1.) The perimeter of a triangle is 76 centimeters. The second side is twice as long as the first side. The third side is four centimeters shorter than the second side. How long is each side? \n" ); document.write( "
Algebra.Com's Answer #248080 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let first side be x\r
\n" ); document.write( "\n" ); document.write( "second side= = 2x\r
\n" ); document.write( "\n" ); document.write( "third side= 2x-4
\n" ); document.write( "...
\n" ); document.write( "x+2x+2x-4=76
\n" ); document.write( "5x-4=76
\n" ); document.write( "5x=76+4
\n" ); document.write( "5x=80
\n" ); document.write( "x=16 cm first side
\n" ); document.write( "second side = 2*16= 32 cm
\n" ); document.write( "third side = 2x-4 = 2*16 -4 =28 cm
\n" ); document.write( "
\n" );