document.write( "Question 332700: A dairy is required to have a waste holding pond for runoff. Tom plans to build a pond that will be 20 ft by 15 ft. there will be a border of equal length around the pond. the total area of the pond and the border is 500ft. How wide will the border be? \n" ); document.write( "
Algebra.Com's Answer #238401 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
the pond is 20 by 15
\n" ); document.write( "..\r
\n" ); document.write( "\n" ); document.write( "let the border width be x
\n" ); document.write( "..
\n" ); document.write( "so the width including border will be 15+2x ( x on either side)
\n" ); document.write( "The length including width = 20+2x
\n" ); document.write( "..
\n" ); document.write( "Area of entire plot including border = 500 sq.ft= (15+2x)(20+2x)
\n" ); document.write( "..
\n" ); document.write( "4x^2+70x+300=500
\n" ); document.write( "4x^2+70x-200=0
\n" ); document.write( "4x^2+80x-10x-200=0
\n" ); document.write( "4x(x+20)-10(x+20)=0
\n" ); document.write( "(x+20)(4x-10)=0
\n" ); document.write( "4x-10=0
\n" ); document.write( "4x=10
\n" ); document.write( "x=10/4
\n" ); document.write( "x= 2.5 feet.
\n" ); document.write( "..
\n" ); document.write( "CHECK
\n" ); document.write( "(15+5)*(20+5)= 500
\n" ); document.write( "
\n" );