document.write( "Question 950670: the length of a rectangle is 2 more than twice its width. if the area of the rectangle is 24 square meters, find its dimension \n" ); document.write( "
Algebra.Com's Answer #580537 by macston(5194)![]() ![]() You can put this solution on YOUR website! W=width; L=length=2W+2; A=area=L*W=24 sq m \n" ); document.write( "A=L*W Substitute for L \n" ); document.write( "24 sq m=(2W+2)(W) \n" ); document.write( " \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "W=3 ANSWER 1: The width is 3 meters. \n" ); document.write( "L=2W+2=2(3m)+2=6m+2m=8m ANSWER 2: Length is 2 meters. \n" ); document.write( "CHECK: \n" ); document.write( "Area=L*W=24 sq m \n" ); document.write( "8m*3m=24 sq m \n" ); document.write( "24 sq m=24 sq m \n" ); document.write( " \n" ); document.write( " |