document.write( "Question 351001: What is the perimeter of a rectangle with lenght 2x-1 and width x+3? \n" ); document.write( "
Algebra.Com's Answer #250888 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
For a rectangle,
\n" ); document.write( "\"P=2L%2B2W\"
\n" ); document.write( "\"P=2%282x-1%29%2B2%28x%2B3%29\"
\n" ); document.write( "\"P=4x-2%2B2x%2B6\"
\n" ); document.write( "\"highlight%28P=6x%2B4%29\"
\n" ); document.write( "
\n" );