document.write( "Question 1193927: A 16-foot piece of string is cut into two pieces so that the longer piece is 1 foot longer than twice the shorter piece. Find the lengths of both pieces.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #825968 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! \r\n" ); document.write( "Shorter piece = x\r\n" ); document.write( "\r\n" ); document.write( "Longer piece = 2x+1\r\n" ); document.write( "\r\n" ); document.write( "Their sum = 16\r\n" ); document.write( "\r\n" ); document.write( "x + 2x+1 = 16\r\n" ); document.write( "\r\n" ); document.write( "Solve and find the lengths.\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |