document.write( "Question 910672: The perimeter of a triangle is 78cm. The 1st side is 5cm longer than the 2nd side and the 3rd side is 2cm shorter than three times the second. Calculate the length of each side. \n" ); document.write( "
Algebra.Com's Answer #552597 by JulietG(1812)\"\" \"About 
You can put this solution on YOUR website!
A + B + C = 78
\n" ); document.write( "A = B + 5
\n" ); document.write( "C = 3B - 2
\n" ); document.write( "(B+5) + B + (3B-2) = 78
\n" ); document.write( "5B + 3 = 78
\n" ); document.write( "5B = 75
\n" ); document.write( "B = 15
\n" ); document.write( "If B is 15, then C is 43, and A is 20.
\n" ); document.write( "15 + 43 + 20 = 78
\n" ); document.write( "
\n" );