document.write( "Question 959546: If a rectangle has a length that is twice its width, what is the length of the rectangle if the area is 162 ft. \n" ); document.write( "
Algebra.Com's Answer #586511 by satyareddy22(84)![]() ![]() ![]() You can put this solution on YOUR website! Let l=length,b=width \n" ); document.write( "l=2b \n" ); document.write( "area=l*b=162 \n" ); document.write( "2b*b=162 \n" ); document.write( "=>2b^2=162 \n" ); document.write( "=>b^2=81=>b=9 \n" ); document.write( "=>l=2b=2*9=18 \n" ); document.write( "l=18,b=9 \n" ); document.write( " \n" ); document.write( " |