document.write( "Question 1136737: the first side of the triangle is 4 cm longer than the second side. the third side is 3 times the second side. The perimeter is 44cm. how long is each side \n" ); document.write( "
Algebra.Com's Answer #754562 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
perimeter=44=sum of sides
\n" ); document.write( "second is x
\n" ); document.write( "first is x+4
\n" ); document.write( "third is 3x
\n" ); document.write( "so x+x+4+3x=44
\n" ); document.write( "5x+4=44
\n" ); document.write( "5x=40
\n" ); document.write( "x=8 cm for second
\n" ); document.write( "12 cm for first
\n" ); document.write( "24 cm for third
\n" ); document.write( "
\n" );