document.write( "Question 253396: a rectangle is 5 feet longer than it is wide. the perimeter of the rectangle is 34 feet. what is the length of the rectangle \n" ); document.write( "
Algebra.Com's Answer #185665 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the width of the rectangle be x. \n" ); document.write( "Given its length is 5 feet longer than its width. \n" ); document.write( "Therefore its length is x+5 \n" ); document.write( "Perimeter is 2x+2(x+5) = 34 \n" ); document.write( " 2x+2x+10 = 34 \n" ); document.write( " 4x = 34-10 \n" ); document.write( " 4x = 24 \n" ); document.write( " 4x = 24/4 \n" ); document.write( " x = 6 \n" ); document.write( "Therefore Width = 6 \n" ); document.write( " length = 6+5 = 11 \n" ); document.write( " \n" ); document.write( " |