document.write( "Question 944376: the length of a rug is twice its width. its area is 12.5 sq. meters. find the dimensions of the rug.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #575824 by amarjeeth123(569)![]() ![]() ![]() You can put this solution on YOUR website! Let the width of the rug be x. \n" ); document.write( "Length of the rug is 2x. \n" ); document.write( "Area of the rug=2x*x=2x^2 \n" ); document.write( "2x^2=12.5 \n" ); document.write( "x^2=6.25 \n" ); document.write( "x=2.5 \n" ); document.write( "The length of the rug is 5 meters and the width of the rug is 2.5 meters. \n" ); document.write( " |