document.write( "Question 899304: The length of a rectangular garden is 7 feet more than the width. The perimeter is 50 feet. Find the width.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #545312 by hk(4) ![]() You can put this solution on YOUR website! Perimeter if rectangle = 2 *(length+width). if width is say 'w', length can be taken as ''w+7. putting that back in equation we get\r \n" ); document.write( "\n" ); document.write( "50= 2*(w+7+w) or 50 = 4w+14 solving for w, we get w= 9 \n" ); document.write( " |