document.write( "Question 889199: chris has three pieces of string. The total length is 111cm. The sum of the two larger pieces is 92cm. The middle piece is twice as long as the shortest piece. What are the length of the three pieces? \n" ); document.write( "
Algebra.Com's Answer #538067 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Lengths = a, b & c
\n" ); document.write( "a + b + c = 111
\n" ); document.write( "a + b = 92
\n" ); document.write( "--> c = 19 cm
\n" ); document.write( "----
\n" ); document.write( "b = 2a
\n" ); document.write( "a + 2a = 92
\n" ); document.write( "a = 92/3 cm
\n" ); document.write( "b = 184/3 cm
\n" ); document.write( "
\n" ); document.write( "
\n" );