document.write( "Question 766332: The length and width of a rectangle are consecutive even integers. Find the area if the perimeter is 84 meters. How do I solve this problem?? I know the answer is 440 meters squared. \n" ); document.write( "
Algebra.Com's Answer #466822 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! The length and width of a rectangle are consecutive even integers. Find the area if the perimeter is 84 meters. How do I solve this problem?? I know the answer is 440 meters squared. \n" ); document.write( "*** \n" ); document.write( "let x=width (even integer) \n" ); document.write( "x+2=length (consecutive even integer \n" ); document.write( "perimeter=2*width+2*length \n" ); document.write( "perimeter=2x+2(x+2) \n" ); document.write( "2x+2x+4=84 \n" ); document.write( "4x=80 \n" ); document.write( "x=20 \n" ); document.write( "x+2=22 \n" ); document.write( "area=length*width=20*22=440 m^2 \n" ); document.write( " |