document.write( "Question 671385: how much fencing,to the nearest foot is needed to enclose a square lot with an area of 350 feet^2? \n" ); document.write( "
Algebra.Com's Answer #417396 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
how much fencing,to the nearest foot is needed to enclose a square lot with an area of 350 feet^2?
\n" ); document.write( "-----------------
\n" ); document.write( "s = length of sides
\n" ); document.write( "\"s%5E2+=+350\"
\n" ); document.write( "\"s+=+sqrt%28350%29\"
\n" ); document.write( "s =~ 18.70
\n" ); document.write( "Perimeter = 4s =~ 74.8 feet
\n" ); document.write( "
\n" ); document.write( "
\n" );