document.write( "Question 1113217: A printed page has 1-inch at the top and bottom, and 3/4-inch margins on each side. The area of the printed portion of the pages is 48 square inches. Find the dimension of the page, which has the smallest possible area. \n" ); document.write( "
Algebra.Com's Answer #728212 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
x is width, y is length of printed area
\n" ); document.write( "xy=48
\n" ); document.write( "the whole page is x+1.5 inches and y+2 inches
\n" ); document.write( "xy+2x+1.5y+3 has to be minimized. xy=48
\n" ); document.write( "2x+1.5(48/x)+51 has to be minimized
\n" ); document.write( "2x+(72/x)+51
\n" ); document.write( "Take the derivative and set equal to 0.
\n" ); document.write( "2-(72/x^2)=0
\n" ); document.write( "72=2x^2
\n" ); document.write( "x^2=36
\n" ); document.write( "x=6 inches
\n" ); document.write( "y=8 inches
\n" ); document.write( "second derivative is +144/x^3, which is positive, so the critical point is a minimum.
\n" ); document.write( "The page has dimensions of 7.5 x 10 or 75 in^2,
\n" ); document.write( "
\n" );