document.write( "Question 395097: A rectangular field is to have an area of 25m^2 and is to be surrounded by a fence. The cost C of the fence is 20 dollars per meter of length. Express the total cost of the fence in terms of the width of the field (use the variable 'w' for width). \n" ); document.write( "
Algebra.Com's Answer #280449 by richard1234(7193)\"\" \"About 
You can put this solution on YOUR website!
If the width is w meters, then the length is 25/w meters. The perimeter is\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "P = \"2%28w+%2B+25%2Fw%29\" (meters)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Multiply by $20/meter to obtain\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"C+=+40%28w+%2B+25%2Fw%29\" (dollars)
\n" ); document.write( "
\n" );