document.write( "Question 1040336: The perimeter of a rectangle is 46 feet. The length is 5 feet more than the width. Find the dimensions \n" ); document.write( "
Algebra.Com's Answer #655142 by Aldorozos(172)\"\" \"About 
You can put this solution on YOUR website!
L = length
\n" ); document.write( "W = width\r
\n" ); document.write( "\n" ); document.write( "L = W +5\r
\n" ); document.write( "\n" ); document.write( "Perimeter = 46 = 2(L+W) = 2(W+W+5) =2(2W+5)\r
\n" ); document.write( "\n" ); document.write( "46 = 2(2w+5) Dividing both sides by 2 we get 23 = 2W+ 5
\n" ); document.write( "Therefore 18 = 2W which means W =9
\n" ); document.write( "If W = 9 then L = 9+5 = 14
\n" ); document.write( "
\n" );