document.write( "Question 1102643: A rain gutter is made from sheets of aluminum that are 19 inches wide. The edges are turned up to form right angles. Determine the depth of the gutter that will allow a cross-sectional area of 18 square inches. Show that there are two different solutions to the problem . Round to the nearest 10th of an inch \n" ); document.write( "
Algebra.Com's Answer #717444 by htmentor(1343)\"\" \"About 
You can put this solution on YOUR website!
The width after turning up the edges will be w = 19 - 2h, where h is the height
\n" ); document.write( "The cross-sectional area A = w*h = 18
\n" ); document.write( "h(19-2h) = 18
\n" ); document.write( "2h^2 - 19h + 18 = 0
\n" ); document.write( "Using the quadratic formula, the two solutions are:
\n" ); document.write( "h = 1.1 and 8.4
\n" ); document.write( "Ans: 1.1 inches and 8.4 inches
\n" ); document.write( "
\n" );