document.write( "Question 756244: The length of a rectangle is 7 units longer than twice its width. If the perimeter is 50, how long is the rectangle? \n" ); document.write( "
Algebra.Com's Answer #460061 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length of a rectangle is 7 units longer than twice its width. If the perimeter is 50, how long is the rectangle? \n" ); document.write( "let x=width of rectangle \n" ); document.write( "7+2x=length of rectangle \n" ); document.write( "perimeter=2*width+2*length \n" ); document.write( "50=2x+2(7+2x) \n" ); document.write( "50=2x+14+4x \n" ); document.write( "6x=36 \n" ); document.write( "x=6 \n" ); document.write( "7+2x=19 \n" ); document.write( "length of rectangle=19 units \n" ); document.write( " |