document.write( "Question 314776: A wire 180 centimeters long is to be cut into three pieces. The length of one piece is three times the length of the second. The length of the third piece is 12 centimeters shorter than twice the length of the second. Find the length of each piece. \n" ); document.write( "
Algebra.Com's Answer #225121 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A wire 180 centimeters long is to be cut into three pieces.
\n" ); document.write( "a + b + c = 180
\n" ); document.write( "----------------------------
\n" ); document.write( "The length of one piece is three times the length of the second.
\n" ); document.write( "a = 3b
\n" ); document.write( "----------------------------
\n" ); document.write( "The length of the third piece is 12 centimeters shorter than twice the length of the second.
\n" ); document.write( "c = 2b-12
\n" ); document.write( "----------------------------
\n" ); document.write( "Find the length of each piece.
\n" ); document.write( "==================================
\n" ); document.write( "Equation:
\n" ); document.write( "Substitute for \"a\" and for \"c\":
\n" ); document.write( "3b + b + 2b-12 = 180
\n" ); document.write( "6b = 192
\n" ); document.write( "b = 32
\n" ); document.write( "---
\n" ); document.write( "Since a = 3b, a = 96
\n" ); document.write( "Since c = 2b-12, c = 64-12 = 52
\n" ); document.write( "------------------------------------
\n" ); document.write( "Check:
\n" ); document.write( "96 + 32 + 52 = 180
\n" ); document.write( "=======================
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" ); document.write( "
\n" );