document.write( "Question 1077416: The area of a rectangle is 93 square meters. If the length is 2 times the width, then find the dimensions of the rectangle. Round off your answers to the nearest hundredth. \n" ); document.write( "
Algebra.Com's Answer #691952 by Herdaysoji(25)\"\" \"About 
You can put this solution on YOUR website!
area is 93=length*width
\n" ); document.write( "length=2*width
\n" ); document.write( "93=2*width*width
\n" ); document.write( "93=2(width)^2
\n" ); document.write( "so, 93/2=width^2
\n" ); document.write( "46.5=width^2
\n" ); document.write( "width=root 46.5
\n" ); document.write( "width=6.8190.....
\n" ); document.write( "round off to 6.82
\n" ); document.write( "length=2*6.82=13.64
\n" ); document.write( "
\n" );