document.write( "Question 537420: a 23 inch piece of string is to be cut into two pieces so that the length of the longer piece is three more than four times the shorter piece. If x represents the length of the shorter piece, find the lengths of both pieces. \n" ); document.write( "
Algebra.Com's Answer #352860 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a 23 inch piece of string is to be cut into two pieces so that the length of the longer piece is three more than four times the shorter piece. If x represents the length of the shorter piece, find the lengths of both pieces. \n" ); document.write( "------------------------------- \n" ); document.write( "short piece: x \n" ); document.write( "long piece: 4x+3 \n" ); document.write( "----- \n" ); document.write( "Equation: \n" ); document.write( "x + 4x+3 = 23 \n" ); document.write( "5x = 20 \n" ); document.write( "x = 4 (shorter) \n" ); document.write( "4x+3 = 19 (longer) \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |