document.write( "Question 965780: The length of a rectangle is three times its width.
\n" );
document.write( "If the area of the rectangle is
\n" );
document.write( "243
\n" );
document.write( "
\n" );
document.write( "m2
\n" );
document.write( ", find its perimeter. \n" );
document.write( "
Algebra.Com's Answer #590271 by yogshweta(2)![]() ![]() ![]() You can put this solution on YOUR website! Let width of rectangle is x meter \n" ); document.write( "Then length is 3x \n" ); document.write( "Area =length * width \n" ); document.write( "243=x*3x \n" ); document.write( "243=3x^2 \n" ); document.write( "X^2=81 \n" ); document.write( "X=9\r \n" ); document.write( "\n" ); document.write( "Length is 9 meter \n" ); document.write( "Width is 9*3=27 meter\r \n" ); document.write( "\n" ); document.write( "Now, perimeter =2*( length + width) \n" ); document.write( "Perimeter=2*(9+27)=2*36=72 meter \n" ); document.write( "Ans=72 Meter \n" ); document.write( " \n" ); document.write( " |