document.write( "Question 73781: the length of a rectangle is 5 inches more than the width. if the perimeter of the rectangle is 98 inches, what is the lenght and width? \n" ); document.write( "
Algebra.Com's Answer #52763 by checkley75(3666)\"\" \"About 
You can put this solution on YOUR website!
L=W+5
\n" ); document.write( "P=2L+2W
\n" ); document.write( "98=2(W+5)+2W
\n" ); document.write( "98=2W+10+2W
\n" ); document.write( "4W=98-10
\n" ); document.write( "4W=88
\n" ); document.write( "W=88/4
\n" ); document.write( "W=22 ANSWER.
\n" ); document.write( "L=22+5
\n" ); document.write( "L=27 ANSWER.
\n" ); document.write( "PROOF
\n" ); document.write( "98=2*22+2*27
\n" ); document.write( "98=44+54
\n" ); document.write( "98=98
\n" ); document.write( "
\n" );