document.write( "Question 65877: The Length of a rectanglar frame is 8 cm. more than the width. The perimeter of the frame is 44cm. Find the width of the frame? \n" ); document.write( "
Algebra.Com's Answer #46645 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = w + 8 \n" ); document.write( "Perimeter = 2l + 2w \n" ); document.write( "44 = 2w + 16 + 2w \n" ); document.write( "28 = 4w \n" ); document.write( "7 = w \n" ); document.write( " |