document.write( "Question 1169836: 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 pieces and the middle piece should be twice the length of the smallest pieces. how long should each piece be? \n" ); document.write( "
Algebra.Com's Answer #794662 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Your description goes something like this:
\n" ); document.write( "
\r\n" );
document.write( "Largest            4x\r\n" );
document.write( "Middle             2x\r\n" );
document.write( "Smallest            x\r\n" );
document.write( "SUM                24\r\n" );
document.write( "
\n" ); document.write( "
\n" );