document.write( "Question 2586: A circular pond has a diameter of 2.5 meters. The owner wants to put a concrete walkway around the pool that has uniform width. She has enough to cover 5m(squared). What is the maximum width her walkway can be? \n" ); document.write( "
Algebra.Com's Answer #1105 by khwang(438)\"\" \"About 
You can put this solution on YOUR website!
If the width of the walkway is x meters, then its area is\r
\n" ); document.write( "\n" ); document.write( " pi(x + 2.5/2)^2 - pi (2.5/2)^2 = pi(x^2 + 2.5 x)\r
\n" ); document.write( "\n" ); document.write( " Solve: pi(x^2 + 2.5 x) <= 5,
\n" ); document.write( " or x^2 + 2.5 x - 5/pi <= 0\r
\n" ); document.write( "\n" ); document.write( " use pi = 3.1416 and quadratic formula,
\n" ); document.write( " two roots of x^2 + 2.5 x - 5/pi = 0 are
\n" ); document.write( " 0.525963319, -3.025963319
\n" ); document.write( " when x is between these two roots, x^2 + 2.5 x - 5/pi <= 0
\n" ); document.write( " but x width shouldbe > 0.\r
\n" ); document.write( "\n" ); document.write( " Hence,x <= 0.5259 meters... max possible value of width\r
\n" ); document.write( "\n" ); document.write( " Kenny
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );