document.write( "Question 949088: the length of a rectangular sheet of paper is 4 inches longer than its width. the perimeter is 40. what is the length of the sheet of paper \n" ); document.write( "
Algebra.Com's Answer #579357 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
L=length; W=width=L-4; P=perimeter=2(L+W)=40
\n" ); document.write( "P=2(L+W)
\n" ); document.write( "40=2(L+W)Divide each side by 2
\n" ); document.write( "20=L+W Substitute for W
\n" ); document.write( "20=L+(L-4) Add 4 to each side
\n" ); document.write( "24=2L Divide each side by 2
\n" ); document.write( "12=L ANSWER The length of the paper is 12 inches.
\n" ); document.write( "CHECK
\n" ); document.write( "W=L-4
\n" ); document.write( "W=12-4=8 the width of the paper is 8 inches
\n" ); document.write( "P=2(L+W)
\n" ); document.write( "40=2(L+W)
\n" ); document.write( "40=2(12+8)
\n" ); document.write( "40=2(20)
\n" ); document.write( "40=40
\n" ); document.write( "
\n" );