document.write( "Question 216875: A wooden board 41 feet long is a cut into three pieces. The 3rd piece is 8ft longer than the 1st piece and the 2nd piece is 5 less than the longer piece. Find the length of the three pieces. so that the length of each piece add up to 4 \n" ); document.write( "
Algebra.Com's Answer #163678 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A wooden board 41 feet long is a cut into three pieces. \n" ); document.write( "--------- \n" ); document.write( "The 3rd piece is 8ft longer than the 1st piece and the 2nd piece is 5 less than the longer piece. \n" ); document.write( "Let length of the 1st piece be \"x\". \n" ); document.write( "Then the 3rd piece has length \"x+8\". \n" ); document.write( "And the 2nd piece has length \"x+8-5\" = x+3 \n" ); document.write( "----------------------------------------------------- \n" ); document.write( "Find the length of the three pieces. so that the length of each piece \n" ); document.write( "add up to 41. \n" ); document.write( "---------------------------------- \n" ); document.write( "Equation: \n" ); document.write( "x + x+8 + x+3 = 41 \n" ); document.write( "3x + 11 = 41 \n" ); document.write( "3x = 30 \n" ); document.write( "x = 10 ft. (length of the 1st ft.) \n" ); document.write( "x+3 = 13 ft. (length of the 2nd ft.) \n" ); document.write( "x+8 = 18 ft. (length of the 3rd ft.) \n" ); document.write( "======================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " \n" ); document.write( " |