document.write( "Question 152917This question is from textbook College Algebra
\n" );
document.write( ": This problem was given by the instructor in a seperate workbook & is not in my book. I take this class via Distance Learning at UGA, so I don't really see a teacher.
\n" );
document.write( "\"A closed rectangular box with a surface area of 28 sq. inches is to be designed. The design of the box requires that the length of the box is 2 times the width, and the depth must be 4 inches. Find the length and width of the box.\"\r
\n" );
document.write( "\n" );
document.write( "I have tried to fit this into the formula for surface area, but I just can't figure this out. \n" );
document.write( "
Algebra.Com's Answer #112384 by scott8148(6628) You can put this solution on YOUR website! let x=width, so 2x=length\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the surface area is 2[{length)(width)+(length)(depth)+(width)(depth)]\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "28=2[2x^2+8x+4x] __ dividing by 4 __ 7=x^2+6x __ subtracting 7 __ 0=x^2+6x-7\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "factoring __ 0=(x+7)(x-1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x+7=0 __ x=-7 __ negative value not realistic\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x-1=0 __ x=1 __ width=1 __ length=2 \n" ); document.write( " |