document.write( "Question 206203: Cindy is making a christmas wreath. The bow is made rom 6 yards of ribbon which must be cut into 3 pieces where 2 pieces are the same length and the third piece is 8 times as long. Find the length of each piece.
\n" ); document.write( "x+3-2+8=6
\n" ); document.write( "x+9=6
\n" ); document.write( "x=-3
\n" ); document.write( "

Algebra.Com's Answer #155750 by Marth(57)\"\" \"About 
You can put this solution on YOUR website!
\"2 pieces are the same length and the third piece is 8 times as long\"
\n" ); document.write( "let x = the length of the shorter pieces
\n" ); document.write( "8x = the length of the longer piece
\n" ); document.write( "\"2%28x%29%2B8%2Ax=6\"
\n" ); document.write( "\"12x=6\"
\n" ); document.write( "\"x=0.5\"
\n" ); document.write( "The shorter pieces each have length of 0.5yd, and the longer piece has a length of \"8%2A0.5\" = 4yd
\n" ); document.write( "
\n" );