document.write( "Question 213537: The length of a rectangle is four less than twice the width. The perimeter is 46 inches. Find the dimensions of the rectangle. \n" ); document.write( "
Algebra.Com's Answer #161322 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
p=2w+2l
\n" ); document.write( "w=x=9
\n" ); document.write( "l=2x-4=14
\n" ); document.write( "--------------
\n" ); document.write( "2x+2(2x-4)=46
\n" ); document.write( "2x+4x-8=46
\n" ); document.write( "6x=54
\n" ); document.write( "x=9
\n" ); document.write( "------------
\n" ); document.write( "18+28=46
\n" ); document.write( "
\n" );