document.write( "Question 1070119: The perimeter of a rectangle is 11 inches. The length of the rectangle is 3 1/2 inches. What is the width of the rectangle \n" ); document.write( "
Algebra.Com's Answer #685213 by Zucchini(70)![]() ![]() ![]() You can put this solution on YOUR website! perimeter = l + w + l + w \n" ); document.write( "perimeter = 2l + 2w \n" ); document.write( "11 = 2(3.5) + 2w \n" ); document.write( "11 = 7 + 2w \n" ); document.write( "4 = 2w \n" ); document.write( "2 = 2 \n" ); document.write( "The width of the rectangle is 2 inches. \n" ); document.write( " |