document.write( "Question 1040524: A cuboid has a total surface area of 67mē and its lateral surface area is 53mē. Find its area base.
\n" );
document.write( "Show working out.. \n" );
document.write( "
Algebra.Com's Answer #655338 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A cuboid has a total surface area of 67mē and its lateral surface area is 53mē. Find its area base. \n" ); document.write( ": \n" ); document.write( "let a = the length of the cuboid \n" ); document.write( "let b = the width \n" ); document.write( "let c = the height \n" ); document.write( "then \n" ); document.write( "the surface area: \n" ); document.write( "2ab + 2bc + 2ac = 67 \n" ); document.write( "and \n" ); document.write( "the lateral surface area \n" ); document.write( "2ac + 2bc = 53 \n" ); document.write( ": \n" ); document.write( "The top & bottom area (2ab) is the total surface area - the lateral surface area \n" ); document.write( "67 - 53 = 14 sq/m \n" ); document.write( "the base area would be half of that: 7 sq/m \n" ); document.write( " |