document.write( "Question 657927: A flat retangular pice of aluminum has a perimeter of 60 inches. The length is 14 inches longer than the width. Find the width. \n" ); document.write( "
Algebra.Com's Answer #410061 by graphmatics(170)![]() ![]() You can put this solution on YOUR website! Let w be the width then the length is w+14. Because the perimeter is 69 we have \n" ); document.write( "2*w+2*(w+14)=60 \n" ); document.write( "4*w+28=60 \n" ); document.write( "w=32/4=8 \n" ); document.write( " |