document.write( "Question 30746: A log 78 feet long is to be cut into 3 pieces varying lengths. The longest piece is to be 4 times the length of the shortest piece and the middle size piece is to be 6 feet less than twice the length of the shortest piece. How long is the shortest piece. \n" ); document.write( "
Algebra.Com's Answer #17496 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let the shortest piece be x \n" ); document.write( "Let the middle piece be 2x-6 \n" ); document.write( "Let the longest piece be 4x \n" ); document.write( "Equation: \n" ); document.write( " (x)+(2x-6)+(4x)=78\n" ); document.write( " |