document.write( "Question 995443: A rectangular plot of the ground is to be enclosed by a fence and then divided down the middle by another fence. The fence down the middle costs $3 per running foot and the other fence costs 6$ per running foot. If the area of the plot is to be 1800ft² and the cost of the fence is not to exceed $2310, what are the restrictions on the dimensions of the plot? \n" ); document.write( "
Algebra.Com's Answer #614250 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular plot of the ground is to be enclosed by a fence and then divided down the middle by another fence. \n" ); document.write( " The fence down the middle costs $3 per running foot and the other fence costs 6$ per running foot. \n" ); document.write( " If the area of the plot is to be 1800ft² and the cost of the fence is not to exceed $2310, what are the restrictions on the dimensions of the plot? \n" ); document.write( ": \n" ); document.write( "Let L = the length of the plot \n" ); document.write( "Let W = the width \n" ); document.write( "Therefore \n" ); document.write( "L*W = 1800 \n" ); document.write( "L = \n" ); document.write( ": \n" ); document.write( "The fence cost \n" ); document.write( "6(2L) + 6(2W) + 3W = 2310 \n" ); document.write( "12L + 12W + 3W = 2310 \n" ); document.write( "12L + 15W = 2310 \n" ); document.write( "Simplify, divide by 3 \n" ); document.write( "4L + 5W = 770 \n" ); document.write( "Replace L with \n" ); document.write( "4( \n" ); document.write( " \n" ); document.write( "Simplify, divide by 5 \n" ); document.write( " \n" ); document.write( "multiply equation by W \n" ); document.write( "1440 + W^2 = 154W \n" ); document.write( "A quadratic equation \n" ); document.write( "W^2 - 154W + 1440 = 0 \n" ); document.write( "You can use the quadratic formula; a=1, b=-154, c=1440, but this will factor to: \n" ); document.write( "(W-10)(W-144) = 0 \n" ); document.write( "Two solutions \n" ); document.write( "W = 10 \n" ); document.write( "W = 144 \n" ); document.write( ": \n" ); document.write( "If W = 10 ft, then 1800/10 = 180 ft is the length, for $2310 fence cost \n" ); document.write( "Check the cost: 6(2*10) + 6(2*180) + 3(10) = 2310 \n" ); document.write( ": \n" ); document.write( "The other solution W = 144, the Length is 1800/144 = 12.5ft, does not seem reasonable although, it too will cost $2310 \n" ); document.write( "6(2*144) + 6(2*12.5) + 3(144) = 2310 \n" ); document.write( " |