document.write( "Question 991250: A 173 inch long pipe is cut into three pieces such that the second piece is six inches more than the first piece, and the third piece is nineteen inches more than eight times the second piece. \n" ); document.write( "
Algebra.Com's Answer #611189 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Make first piece = 'x' \n" ); document.write( "Second piece = x + 6 \n" ); document.write( "Third piece = 19 + 8(x + 6) \n" ); document.write( "Add all pieces together: \n" ); document.write( "x + x + 6 + 19 + 8(x + 6) \n" ); document.write( "x + x + 6 + 19 + 8x + 48 \n" ); document.write( "= 10x + 73 \n" ); document.write( "Now the pipes length is 173 inches. \n" ); document.write( "So:- 10x + 73 = 173 \n" ); document.write( "10x = 100 \n" ); document.write( "x = 10 \n" ); document.write( "So, \n" ); document.write( "First piece = 10 inches \n" ); document.write( "Second piece = 16 inches \n" ); document.write( "Third piece = 147 inches \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |