document.write( "Question 411883: If the perimeter of a rectangle is 104 inches and the length of the rectangle is 6 inches less than its width, find the area of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #289438 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width = w \n" ); document.write( "length = w-6 \n" ); document.write( ".. \n" ); document.write( "perimeter = 2(w+l) \n" ); document.write( "Perimeter =2(w+w-6) \n" ); document.write( "Perimeter =4w-12 \n" ); document.write( "4w-12=104 \n" ); document.write( "+12 \n" ); document.write( "4w=116 \n" ); document.write( "/4 \n" ); document.write( "w=29 inches \n" ); document.write( "length = 29-6=23 inches \n" ); document.write( "... \n" ); document.write( " |