document.write( "Question 104013: A fabric store worker has a 57 yard bolt of cloth which is to be cut into three lengths. The length of the second piece is 5 yards shorter than twice the length of the first. The length of the third piece is 2 yards longer than twice the length of the second. Find the length of each piece. \n" ); document.write( "
Algebra.Com's Answer #75697 by doukungfoo(195)![]() ![]() You can put this solution on YOUR website! lets call the length of the first piece x \n" ); document.write( "Given: the length of the second piece is 5 yards shorter than twice the length of the first. \n" ); document.write( "Now write an expression to describe the second piece in terms of x \n" ); document.write( "remember the length of the first piece is x \n" ); document.write( "length of the second piece = 2x-5 \n" ); document.write( "Ok now lets look at the third piece \n" ); document.write( "Given: the length of the third piece is 2 yards longer than twice the length of the second. \n" ); document.write( "Now since we have just shown that the second piece is 2x-5 we can use that to write and expression that describes the length of the third piece. \n" ); document.write( "length of the third piece = 2(2x-5)+2 \n" ); document.write( "Ok lets look at what we have so far: \n" ); document.write( "length of first = x \n" ); document.write( "length of second = 2x-5 \n" ); document.write( "length of third = 2(2x-5)+2 \n" ); document.write( "Now we are also given: A fabric store worker has a 57 yard bolt of cloth \n" ); document.write( "So this tell us that all three lengths of cloth add up to 57 yards \n" ); document.write( "Now we can write and equation to solve for x \n" ); document.write( "(x) + (2x-5) + (2(2x-5)+2) = 57 \n" ); document.write( "(x) + (2x-5) + (4x-10+2) = 57 \n" ); document.write( "x + 2x - 5 + 4x - 10 + 2 = 57 \n" ); document.write( "7x - 13 = 57 \n" ); document.write( "7x = 57 + 13 \n" ); document.write( "7x = 70 \n" ); document.write( "x = 10 \n" ); document.write( "The length of the first piece is 10 yards. \n" ); document.write( "use this to find the lengths of the other pieces \n" ); document.write( "length of second = 2x-5 \n" ); document.write( "length of second = 2(10)-5 \n" ); document.write( "length of second = 20-5 \n" ); document.write( "length of second = 15 \n" ); document.write( "The length of the second piece is 15 yards. \n" ); document.write( "length of third = 2(2x-5)+2 \n" ); document.write( "length of third = 2(2(10)-5)+2 \n" ); document.write( "length of third = 2(20-5)+2 \n" ); document.write( "length of third = 2(15)+2 \n" ); document.write( "length of third = 30+2 \n" ); document.write( "length of third = 32 \n" ); document.write( "The length of the third piece is 32 yards. \n" ); document.write( "Check answers \n" ); document.write( "The three pieces of cloth should add up to 57 yards \n" ); document.write( "10 + 15 + 32 = 57 \n" ); document.write( "57 = 57\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |