document.write( "Question 975354: John wants to fence in a rectangular space in his backyard for his dog. He has 74 feet of fencing to surround the rectangular area. What should the dimensions of the region be if he wants the length to be 7 feet greater than the width? \n" ); document.write( "
Algebra.Com's Answer #597112 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
width=x
\n" ); document.write( "length=x+7
\n" ); document.write( "74=2x+2(x+7)\r
\n" ); document.write( "\n" ); document.write( "=4x+14
\n" ); document.write( "60=4x
\n" ); document.write( "x=15 feet
\n" ); document.write( "x+7=22 feet
\n" ); document.write( "perimeter is twice their sum, or 74 feet.
\n" ); document.write( "
\n" ); document.write( "
\n" );