document.write( "Question 890375: The perimeter of a triangle is 76. 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 #538975 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
A + B + C = 76 [remember, a perimeter is just a fence around]
\n" ); document.write( "B = 2A
\n" ); document.write( "C = B-4
\n" ); document.write( "Substitute the known values of B & C into the top equation
\n" ); document.write( "A + B + C = 76
\n" ); document.write( "A + 2A + (B-4) = 76
\n" ); document.write( "Substitute again for B
\n" ); document.write( "3A + 2A - 4 = 76
\n" ); document.write( "5A - 4 = 76
\n" ); document.write( "Add 4 to each side
\n" ); document.write( "5A = 80
\n" ); document.write( "Divide each side by 5
\n" ); document.write( "A = 16
\n" ); document.write( "Therefore B = 32, and C = 28
\n" ); document.write( "Sides are 16, 32, and 28
\n" ); document.write( "
\n" );