document.write( "Question 204766: The length of a rectangle is 3 more than twice its width. The perimeter is 48 feet. Find the width. \n" ); document.write( "
Algebra.Com's Answer #154546 by alicealc(293)![]() ![]() ![]() You can put this solution on YOUR website! rectangle's length = L \n" ); document.write( "rectangle's width = W\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "L = 3 + 2W \n" ); document.write( "perimeter = 48 \n" ); document.write( "2L+ 2W = 48 \n" ); document.write( "2(3 + 2W) + 2W = 48 \n" ); document.write( "6 + 4W + 2W = 48 \n" ); document.write( "6W = 48 - 6 \n" ); document.write( "6W = 42 \n" ); document.write( "W = 42/6 = 7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "so,the width of the rectangle is 7 feet\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |