document.write( "Question 1151116: The perimeter of a rectangle is 8 inches. The length of the rectangle is one inch more than twice the width of the rectangle. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #772740 by math_helper(2461) You can put this solution on YOUR website! 2L + 2W = 8 \n" ); document.write( "L = 1 + 2W \r \n" ); document.write( "\n" ); document.write( "Putting these together: \r \n" ); document.write( "\n" ); document.write( "2(1+2W) + 2W = 8 \n" ); document.write( "2 + 4W + 2W = 8 \n" ); document.write( " 6W = 6 --> \r \n" ); document.write( "\n" ); document.write( "Check: 2L+2W = 2(3)+2(1) = 6+2 = 8 \n" ); document.write( " |