document.write( "Question 1150956: A rectangular area of 1,050 square feet is to be enclosed by a fence, then divided down the middle by another piece of fence. The fence down the middle costs $0.50 per running foot, and the other fence costs $1.50 per running foot. Find the minimum cost for the required fence. \n" ); document.write( "
Algebra.Com's Answer #772584 by ikleyn(52793)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( " \r\n" ); document.write( "\r\n" ); document.write( "From the context, the dimensions of the rectangle are not given for advance - they are unknowns and they should be found\r\n" ); document.write( "\r\n" ); document.write( "from the minimum cost condition.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Let x be one dimension and y be the other dimension of the rectangle.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the cost of the outside perimeter fence is 1.50*(2x+2y) dollars = 3*(x+y) dollars,\r\n" ); document.write( "\r\n" ); document.write( "while the cost of the fence down middle is 0.50*x dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " Note, that I don't know now, which dimension will be the length and which be the width.\r\n" ); document.write( "\r\n" ); document.write( " When the problem will be solved, the solution will tell me it . . . \r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "So, I need minimize the function \r\n" ); document.write( "\r\n" ); document.write( " f(x,y) = 3*(x+y) + 0.5x (1)\r\n" ); document.write( "\r\n" ); document.write( "under the condition\r\n" ); document.write( "\r\n" ); document.write( " x*y = 1050. (2)\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "From (2), express y =\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you want to see many other similar solved problems, look into the lesson \r \n" ); document.write( "\n" ); document.write( " - Calculus optimization problems\r \n" ); document.write( "\n" ); document.write( "in this site.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |