document.write( "Question 551630: A rectangular lot is to be bounded by a fence on three sides and by a wall on the fourth side. Two kinds of fencing will be used with heavy duty fencing selling for $4 a foot on the side opposite the wall. The two remaining sides will use standard fencing selling for $3 a foot. What are the dimensions of the rectangular plot of greatest area that can be fenced in at a cost of $6600? \n" ); document.write( "
Algebra.Com's Answer #359881 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular lot is to be bounded by a fence on three sides and by a wall on the fourth side. \n" ); document.write( " Two kinds of fencing will be used with heavy duty fencing selling for $4 a foot on the side opposite the wall. \n" ); document.write( "The two remaining sides will use standard fencing selling for $3 a foot. \n" ); document.write( "What are the dimensions of the rectangular plot of greatest area that can be fenced in at a cost of $6600? \n" ); document.write( ": \n" ); document.write( "The perimeter \n" ); document.write( " P = L + 2W \n" ); document.write( "The cost \n" ); document.write( "4L + 3(2W) = $6600 \n" ); document.write( "4L + 6W = $6600 \n" ); document.write( "4L = (6600-6W) \n" ); document.write( "divide both sides by 4 \n" ); document.write( "L = 1650 - 1.5W \n" ); document.write( ": \n" ); document.write( "The area: \n" ); document.write( "A = L * W \n" ); document.write( "Replace L with (1650-1.5w) \n" ); document.write( "A = W(1650-1.5W) \n" ); document.write( "A quadratic equation \n" ); document.write( "A = -1.5w^2 + 1650w \n" ); document.write( "Find the axis of symmetry: x = -b/(2a); In this equation: a=-1.5; b=1650 \n" ); document.write( "w = \n" ); document.write( "w = +550 ft is the width \n" ); document.write( "find the length \n" ); document.write( "L = 1650 - 1.5(550) \n" ); document.write( "L = 825 ft is the length \n" ); document.write( ": \n" ); document.write( "An area 825 by 550 ft gives max area for $6600 \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "See if this checks out \n" ); document.write( "4(825) + 3(2(550)) = \n" ); document.write( "3300 + 3300 = $6600 \n" ); document.write( " |