document.write( "Question 978834: A 30 inch piece of steel is cut into three pieces so that the second piece is twice as long as the first piece, and the third piece is two inches more than four times the length of the first piece. Find the length of all pieces. \n" ); document.write( "
Algebra.Com's Answer #600209 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
x, y, z, first, second, third pieces;\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"system%28y=2x%2Cz=2%2B4x%2Cx%2By%2Bz=30%29\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Write a single equation only in the one variable, x.
\n" ); document.write( "
\n" );