document.write( "Question 767991: The perimeter of a rectangle equals the sum of the lengths of it's four sides. If the width of a Rectangle is 2 inches and it's perimeter is 30 inches find the length of the rectangle \n" ); document.write( "
Algebra.Com's Answer #467990 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
Perimeter = 2*length + 2*width
\n" ); document.write( "30 = 2*length + 2*2
\n" ); document.write( "30 = 2*length + 4
\n" ); document.write( "2*length = 30 - 4
\n" ); document.write( "2*length = 26
\n" ); document.write( " length = 26/2
\n" ); document.write( " length = 13 inches.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );