document.write( "Question 843019: Find the surface area of a rectangular shoe box that has a length of 12 inches, a width of 6 inches, and a height of 5 inches \n" ); document.write( "
Algebra.Com's Answer #507813 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Find the surface area of a rectangular shoe box that has a length of 12 inches, a width of 6 inches, and a height of 5 inches\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "--------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SA = 2*(L*W + L*H + W*H)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SA = 2*(12*6 + 12*5 + 6*5)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SA = 2*(72 + 60 + 30)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SA = 2*(162)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "SA = 324\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The surface area is 324 square inches. \n" ); document.write( " |