document.write( "Question 46958: The length of a rectangle pool is 6 meters less than twice its width. If the pool's perimeter is 126 meters,what are it's dimentions? \n" ); document.write( "
Algebra.Com's Answer #31112 by mathchemprofessor(65)\"\" \"About 
You can put this solution on YOUR website!
Let the width be x meters. The length, as per the problem, is (2x-6)meters.
\n" ); document.write( "Perimeter= 2(length+ width)= 2((2x-6)+x))meters= 4x-12+2x =126meters.
\n" ); document.write( "Solving,6x=138
\n" ); document.write( "x= 23
\n" ); document.write( "Width of the rectangle= 23meters
\n" ); document.write( "Length of the rectangle= 2(23)-6= 46-6=40 meters.
\n" ); document.write( "You can verify for the given perimeter.
\n" ); document.write( "
\n" );