document.write( "Question 1078284: A rectangular plot of ground is to be enclosed by a fence then divided down the middle by another fence. If the fence down the middle costs $3 and the rest of the fencing costs $5. find the dimensions of the plot of the largest possible area that can be fenced for $130 \n" ); document.write( "
Algebra.Com's Answer #692799 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A rectangular plot of ground is to be enclosed by a fence then divided down the middle by another fence. \n" ); document.write( " If the fence down the middle costs $3 and the rest of the fencing costs $5. find the dimensions of the plot of the largest possible area that can be fenced for $130. \n" ); document.write( ": \n" ); document.write( "let L = the length of the plot \n" ); document.write( "let w = the width of the plot \n" ); document.write( ": \n" ); document.write( "5(2L) + 5(2w) + 3w = 130 \n" ); document.write( "10L + 10w + 3w = 130 \n" ); document.write( "10L + 13w = 130 \n" ); document.write( "10L = -13w + 130 \n" ); document.write( "L = \n" ); document.write( "L = -1.3w + 13 \n" ); document.write( ": \n" ); document.write( "Area \n" ); document.write( "A = L * w \n" ); document.write( "replace L with (-1.3w+13) \n" ); document.write( "A = (-1.3w + 13)*w = \n" ); document.write( "A = -1.3w^2 + 13w \n" ); document.write( "A quadratic equation. Max area occurs on the axis of symmetry (x=-b/2a) \n" ); document.write( "w = \n" ); document.write( "w = \n" ); document.write( "w = 5 meters is the width for max area \n" ); document.write( "then \n" ); document.write( "L = -1.3(5) + 13 \n" ); document.write( "L = -6.5 + 13 \n" ); document.write( "L = 6.5 meters is the length for max area \n" ); document.write( ": \n" ); document.write( "Max area = 5 * 6.5 = 32.5 sq meters \n" ); document.write( " \n" ); document.write( " |