document.write( "Question 691485: determined the total surface area of a box that is 20 cm wide 30 cm long and 40 cm tall \n" ); document.write( "
Algebra.Com's Answer #426727 by mouk(232)![]() ![]() You can put this solution on YOUR website! Box is 20 cm wide x 30 cm long x 40 cm tall, so there are: \n" ); document.write( " 2 x sides of size 20 x 30 \n" ); document.write( " 2 x sides of size 30 x 40 \n" ); document.write( " 2 x sides of size 20 x 40\r \n" ); document.write( "\n" ); document.write( "So total surface area is \n" ); document.write( "= (2 x 20 x 30) + (2 x 30 x 40) + (2 x 20 x 40) \n" ); document.write( "= 1200 + 2400 + 1600 \n" ); document.write( "= 5200 sq cm \n" ); document.write( " \n" ); document.write( " |