document.write( "Question 759147: a string 55 in. long is cut into 3 segmants. the first is twice as long as the second and the third is 5 inches less than the second \n" ); document.write( "
Algebra.Com's Answer #461935 by Cromlix(4381) You can put this solution on YOUR website! x = Second piece \n" ); document.write( "2x = First piece \n" ); document.write( "x - 5 = Third piece \n" ); document.write( "x + (2x) + (x - 5) = 55 \n" ); document.write( " 4x - 5 = 55 \n" ); document.write( " 4x = 55 + 5 \n" ); document.write( " 4x = 60 \n" ); document.write( " x = 15. \n" ); document.write( "First piece = 2x = 30 inches \n" ); document.write( "Second piece = x = 15 inches \n" ); document.write( "Third piece = x - 5 = 10 inches \n" ); document.write( " total = 55 inches \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " |