document.write( "Question 597419: The perimeter of a rectangular garden is 252 feet. If the width of the garden is 58 feet, what is its length? \n" ); document.write( "
Algebra.Com's Answer #378177 by wraith87(4)\"\" \"About 
You can put this solution on YOUR website!
perimeter of a rectangle = 2*length+2*width\r
\n" ); document.write( "\n" ); document.write( "therefore\r
\n" ); document.write( "\n" ); document.write( "length = (perimeter-2*width)/2
\n" ); document.write( "length = (252-2*58)/2
\n" ); document.write( "length = 68
\n" ); document.write( "
\n" );