document.write( "Question 489690: The length of a rectangle is four times its width.
\n" );
document.write( "If the area of the rectangle is 324m^2 , find its perimeter \n" );
document.write( "
Algebra.Com's Answer #333734 by mananth(16946)![]() ![]() You can put this solution on YOUR website! width -------x \n" ); document.write( "length -----------4x\r \n" ); document.write( "\n" ); document.write( "area = 4x^2 =324 \n" ); document.write( "x^2=81 \n" ); document.write( "x= 9m the width\r \n" ); document.write( "\n" ); document.write( "length = 9*4 = 36\r \n" ); document.write( "\n" ); document.write( "perimeter = 36+36+9+9=90m \n" ); document.write( " |