document.write( "Question 53532: In a small rectangular wallet photo, the widith is 7 cm less than the length. If the border (perimeter) of the photo is 34cm, find the length and width \n" ); document.write( "
Algebra.Com's Answer #35789 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
The opposite sides of rectangles are equal. You have 2 widths (W)of the same size and 2 lengths (L) of the same size. If you add up all the sides of a figure, you get its perimater (P). Therefore, the formula for the perimeter of a rectangle is:
\n" ); document.write( "P=W+W+L+L
\n" ); document.write( "P=2W+2L
\n" ); document.write( "P=34 cm
\n" ); document.write( "L=x
\n" ); document.write( "W=x-7
\n" ); document.write( "Substitute these values into the formula for the perimeter of a rectangle and you get:
\n" ); document.write( "34=2(x-7)+2x
\n" ); document.write( "34=2(x)+2(-7)+2x
\n" ); document.write( "34=2x-14+2x
\n" ); document.write( "34=(2+2)x-14
\n" ); document.write( "34=4x-14
\n" ); document.write( "34+14=4x-14+14
\n" ); document.write( "48=4x
\n" ); document.write( "48/4=4x/4
\n" ); document.write( "12=x
\n" ); document.write( "Length=x=12 cm
\n" ); document.write( "Width=x-7=12-7=5 cm
\n" ); document.write( "
\n" );