document.write( "Question 845194: A rectangle has a length that is 3 feet longer than is width. Its perimeter is 26 feet. What is the width of the rectangle? \n" ); document.write( "
Algebra.Com's Answer #509173 by pmesler(52)\"\" \"About 
You can put this solution on YOUR website!
First let's state what the formula for the perimeter for a rectangle is. \r
\n" ); document.write( "\n" ); document.write( "P = 2L + 2W.\r
\n" ); document.write( "\n" ); document.write( "From the problem, we know that the length is 3 more than the width. Because it says \"3 more\" that tells us to add three to the width which we still don't know and we'll call w.\r
\n" ); document.write( "\n" ); document.write( "Therefore, let w = width and l(length) = w+3.\r
\n" ); document.write( "\n" ); document.write( "The perimeter P = 26 ft. \r
\n" ); document.write( "\n" ); document.write( "Now, we simply plug in the values into the formula and solve for w.\r
\n" ); document.write( "\n" ); document.write( "26 = 2(w+3) + 2w\r
\n" ); document.write( "\n" ); document.write( "Use Distributive property to simplify the expression for length\r
\n" ); document.write( "\n" ); document.write( "26 = 2w+6 + 2w.\r
\n" ); document.write( "\n" ); document.write( "Combine like terms\r
\n" ); document.write( "\n" ); document.write( "26 = 4w + 6.\r
\n" ); document.write( "\n" ); document.write( "Subtract each side by 6\r
\n" ); document.write( "\n" ); document.write( "20 = 4w\r
\n" ); document.write( "\n" ); document.write( "Divide each side by 4\r
\n" ); document.write( "\n" ); document.write( "5 = w. \r
\n" ); document.write( "\n" ); document.write( "Therefore the width is 5 ft.
\n" ); document.write( "
\n" );