document.write( "Question 231270: A rectangle has a perimeter of 24 inches. Find its dimensions if its length is 3 inches greater than its width? \n" ); document.write( "
Algebra.Com's Answer #171188 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
P=2w+2L
\n" ); document.write( "24=2x+2(x+3)
\n" ); document.write( "24=2x+2x+6
\n" ); document.write( "4x=18
\n" ); document.write( "x=4.5in
\n" ); document.write( "x+3=7.5in
\n" ); document.write( "
\n" );