document.write( "Question 206475: A rectangle is 13 inches longer than it is wide and the perimeter is 226 inches. What is the length and width? \n" ); document.write( "
Algebra.Com's Answer #156020 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
width=x=50
\n" ); document.write( "length=x+13=63
\n" ); document.write( "-----------------
\n" ); document.write( "2(x+13)+2x=226
\n" ); document.write( "2x+26+2x=226
\n" ); document.write( "4x=200
\n" ); document.write( "x=50
\n" ); document.write( "---------------
\n" ); document.write( "2*50+2*63=226
\n" ); document.write( "
\n" );