document.write( "Question 853297: An open box is to be made from a square sheet of tin-plate by cutting out 2 cm squares from each corner and folding up the sides. If the required capacity of the box is to be 32cm3, find the dimensions of the sheet of the tin-plate required. \n" ); document.write( "
Algebra.Com's Answer #514002 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the side of the sheet be x\r \n" ); document.write( "\n" ); document.write( "2 cm cut off from both ends\r \n" ); document.write( "\n" ); document.write( "side of box = (x-4)\r \n" ); document.write( "\n" ); document.write( "height = 2cm. \r \n" ); document.write( "\n" ); document.write( "Volume of box = base ^2 * height\r \n" ); document.write( "\n" ); document.write( "32= (x-4)^2*2\r \n" ); document.write( "\n" ); document.write( "16= (x-4)^2\r \n" ); document.write( "\n" ); document.write( "take square root \n" ); document.write( "x-4 = 4 \n" ); document.write( "x= 8\r \n" ); document.write( "\n" ); document.write( "Side of sheet = 8 cm\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |