document.write( "Question 971577: a room twice as long as the width. If the area of the room is 72 square feet, what is the perimeter. \n" ); document.write( "
Algebra.Com's Answer #594017 by amarjeeth123(569)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x.
\n" ); document.write( "Then the length is 2x.
\n" ); document.write( "Area=length*width
\n" ); document.write( "2x*x=72
\n" ); document.write( "2x^2=72
\n" ); document.write( "x^2=36
\n" ); document.write( "x=6 feet.
\n" ); document.write( "The width of the room is 6 feet.
\n" ); document.write( "The length of the room is 12 feet.
\n" ); document.write( "The perimeter=2(length+width)=2(12+6)=2(18)=36 feet
\n" ); document.write( "The perimeter is 36 feet.
\n" ); document.write( "
\n" );