document.write( "Question 58496: What is the dimensions of a rectangle if the length of the rectangle is 2 more than twice its width and the perimeter of the rectangle is 34 in.? \n" ); document.write( "
Algebra.Com's Answer #40072 by faceoff57(108)![]() ![]() You can put this solution on YOUR website! 2L + 2W = 34 \n" ); document.write( "2(2+2W) + 2W = 34 \n" ); document.write( "4 + 4W + 2W = 34 \n" ); document.write( "4 + 6W = 34 \n" ); document.write( "6W = 30 \n" ); document.write( "W = 5 \n" ); document.write( "THE WIDTH IS 5 INCHES. \n" ); document.write( "THE LENGTH IS 12 INCHES. \n" ); document.write( " |