document.write( "Question 425090: 1)You are designing a rain gutter made from a piece of sheet metal 1 foot by 5 feet. The gutter will be formed by turning up two sides. You want the gutter to have the greatest volume possible.
\n" );
document.write( "a.How much should you turn up?\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "
\n" );
document.write( "b.What is the maximum volume? \n" );
document.write( "
Algebra.Com's Answer #296144 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! You are designing a rain gutter made from a piece of sheet metal 1 foot by 5 feet. \n" ); document.write( " The gutter will be formed by turning up two sides. \n" ); document.write( " You want the gutter to have the greatest volume possible. \n" ); document.write( "; \n" ); document.write( "a.How much should you turn up? \n" ); document.write( "Change the width of the sheet metal to 12 inches \n" ); document.write( ": \n" ); document.write( "The end of the gutter sort of looks like this x|__|x \n" ); document.write( "x = the height of the gutter, (the amt turned up) \n" ); document.write( "then \n" ); document.write( "12 - 2x = the width of the gutter \n" ); document.write( ": \n" ); document.write( "Greatest volume with be determined by the greatest cross section area \n" ); document.write( "A = x(12-2x) \n" ); document.write( "A = -2x^2 + 12x \n" ); document.write( "Find the axis of symmetry to find the height with the greatest area \n" ); document.write( "x = -b/(2a); in this equation a=-2, b=12 \n" ); document.write( "x = -12/(2*-2) \n" ); document.write( "x = 3 inches is the height for the greatest cross sectional area \n" ); document.write( "then \n" ); document.write( "12 - 2(3) = 6 inches is the width of the gutter \n" ); document.write( "3 * 6 = 18 sq inches is the cross sectional area \n" ); document.write( ": \n" ); document.write( "b. What is the maximum volume? \n" ); document.write( "18 *5(12) = 1080 cu/inches \n" ); document.write( "or \n" ); document.write( " |