document.write( "Question 686274: find the area of a rectangle given that its perimeter is 60 millimeters and its width is 12 millimeters \n" ); document.write( "
Algebra.Com's Answer #424740 by xbscpex(1)![]() ![]() ![]() You can put this solution on YOUR website! Perimeter is 60mm. \n" ); document.write( "W= 12mm\r \n" ); document.write( "\n" ); document.write( "2L + 2W = 60 divide both sides by 2 \n" ); document.write( "L + W = 30 ==> Equation 1\r \n" ); document.write( "\n" ); document.write( "substitute W in equation 1 \n" ); document.write( "L + 12 = 30 \n" ); document.write( "L = 18\r \n" ); document.write( "\n" ); document.write( "Solve area \n" ); document.write( "A = L * W \n" ); document.write( "A = 18 * 12 \n" ); document.write( "A = 216 mm^2 \n" ); document.write( " |