document.write( "Question 777841: a garden border is to be constructed from old railroad ties. The garden will be rectangular, but up against the side of a house, so only 3 side need this border. Suppose you have 48 feed of these railroad ties. Determine the maximum area of the garden \n" ); document.write( "
Algebra.Com's Answer #474316 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! The two equal sized top and \n" ); document.write( "bottom border will equal 'x' apiece. \n" ); document.write( "The long side border will = 48 - 2x \n" ); document.write( "This is because we have taken the top and bottom \n" ); document.write( "borders out of the total. \n" ); document.write( "Area of a rectangle = length * width \n" ); document.write( "Area = (48 - 2x)* x \n" ); document.write( "Area(x) = 48x - 2x^2 \n" ); document.write( "Differentiate \n" ); document.write( "Area'(x) = 48 - 4x \n" ); document.write( "Area'(x) = 0 \n" ); document.write( "48 - 4x = 0 \n" ); document.write( "-4x = -48 \n" ); document.write( "4x = 48 \n" ); document.write( "x = 12, \n" ); document.write( "Width = 12 feet \n" ); document.write( "Length = 24 feet \n" ); document.write( "Area = 288 feet^2 \n" ); document.write( "Hope this helps. \n" ); document.write( ":-) \n" ); document.write( " \n" ); document.write( " |