document.write( "Question 105135: Plumbing: The plumber wants to cut a 24-ft. length of pipe into three sections. The largest piece should be twice the length of the middle piece, and the middle piece should be twice the length of the smallest piece. How long should each each piece be? \n" ); document.write( "
Algebra.Com's Answer #76496 by askmemath(368)\"\" \"About 
You can put this solution on YOUR website!
Let the smallest pipe length = L
\n" ); document.write( "The length of middle pipe = \"the middle piece should be twice the length of the smallest piece\" = 2L
\n" ); document.write( "And Length of Largest Pipe = \"The largest piece should be twice the length of the middle piece\" = 2 x 2L = 4L\r
\n" ); document.write( "\n" ); document.write( "Now total length of 3pieces = L + 2L + 4L = 7L
\n" ); document.write( "But we know that total length = 24\r
\n" ); document.write( "\n" ); document.write( "Therefore 7L = 24
\n" ); document.write( "or L = 24/7 which is the length of the smallest pipe\r
\n" ); document.write( "\n" ); document.write( "Can you find out the length of the remaining pieces?
\n" ); document.write( "
\n" );