document.write( "Question 349430: If the length of a rectangle is 3 yards more than twice its width, and the perimeter of the rectangle is 36 yards, find the dimensions of the rectangle \n" ); document.write( "
Algebra.Com's Answer #249759 by mananth(16949) You can put this solution on YOUR website! let width be x \n" ); document.write( "length = 2x+3 \n" ); document.write( ".. \n" ); document.write( "Perimeter = 2(L+W) \n" ); document.write( "2*(x+2x+3)=36 \n" ); document.write( "2(3x+3)=36 \n" ); document.write( "6x+6=36 \n" ); document.write( "6x=30 \n" ); document.write( "x= 5 yards the width \n" ); document.write( "2x+3 = 10+3 = 13 yards the length \n" ); document.write( " |