document.write( "Question 622171: A 144-inch length of pipe is to be cut into 3 pieces. The second piece is twice as long as the first piece. The third piece is 20 incheslonger than the first piece. Each piece is to be sold to a different customer. If the pipe costs $0.08 per inch, how much will the longest piece of pipe cost? \n" ); document.write( "
Algebra.Com's Answer #391163 by matineesuxxx(27)![]() ![]() ![]() You can put this solution on YOUR website! first make the statement: x+y+z=144 \n" ); document.write( "since the second is twice as long as the first, this means, \n" ); document.write( "y=2x \n" ); document.write( "now the third is 20 inches longer than the first, so we have: \n" ); document.write( "z=20+x\r \n" ); document.write( "\n" ); document.write( "so we get x+(2x)+(20+x)=144\r \n" ); document.write( "\n" ); document.write( "4x + 20 = 144 \n" ); document.write( "4x=124 \n" ); document.write( "x= 31\r \n" ); document.write( "\n" ); document.write( "now by the statements y=2x and z=20+x we see that y>z>x so y is the longest piece of pipe at 62 inches long, so to find the cost we get,\r \n" ); document.write( "\n" ); document.write( "62*0.08 = $4.96 \n" ); document.write( " |