document.write( "Question 322265: If a 22 inch rope is to be cut into two pieces so that one piece is 3 inches longer than twice the other, how long is each piece? \n" ); document.write( "
Algebra.Com's Answer #230681 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let one piece be x
\n" ); document.write( "the other will be 2x+3
\n" ); document.write( "Length of rope = 22 in
\n" ); document.write( "the sum of the pieces = 22
\n" ); document.write( "..
\n" ); document.write( "x+2x+3=22
\n" ); document.write( "3x+3=22
\n" ); document.write( "3x=19
\n" ); document.write( "x=19/3
\n" ); document.write( "x=6.33 in one part
\n" ); document.write( "..
\n" ); document.write( "the other will be 2x+3
\n" ); document.write( "=2*19/3 +3
\n" ); document.write( "=38/3 +3
\n" ); document.write( "=47/3 inches
\n" ); document.write( "..
\n" ); document.write( "CHECK
\n" ); document.write( "47/3 + 19/3 = 66/3 =22 in
\n" ); document.write( "
\n" ); document.write( "
\n" );