document.write( "Question 1104880: A gardener wants to run a border around the outside of her garden. She plots it on a grid to plan how much she will need. The garden is in the shape of a rectangle with vertices at (3, 9) (5, 9) (3, 3) (5, 3). Find the total length of border needed. \n" ); document.write( "
Algebra.Com's Answer #719578 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The line between ( 5,9 ) and ( 5,3 ) is a vertical line
\n" ); document.write( "from \"+y+=+3+\" to \"+y+=+9+\" the length is
\n" ); document.write( "\"+9+-+3+=+6+\"
\n" ); document.write( "------------------
\n" ); document.write( "The line between ( 3,9 ) and ( 3,3 ) is also vertical
\n" ); document.write( "from \"+y+=+3+\" to \"+y+=+9+\" the length is
\n" ); document.write( "\"+9+-+3+=+6+\"
\n" ); document.write( "------------------
\n" ); document.write( "The line between ( 5,9 ) and ( 3,9 ) is a horizontal line
\n" ); document.write( "from \"+x+=+3+\" to \"+x+=+5+\" the length is
\n" ); document.write( "\"+5+-+3+=+2+\"
\n" ); document.write( "------------------
\n" ); document.write( "The line between ( 3,3 ) and ( 5,3 ) is also horizontal
\n" ); document.write( "from \"+x+=+3+\" to \"+x+=+5+\" the length is
\n" ); document.write( "\"+5+-+3+=+2+\"
\n" ); document.write( "------------------
\n" ); document.write( "The length of the border is \"+6+%2B+6+%2B+2+%2B+2+=+16+\"
\n" ); document.write( "
\n" ); document.write( "
\n" );