document.write( "Question 463612: A cube has an edge length represented by x - 3. Find the surface area of the cube. \n" ); document.write( "
Algebra.Com's Answer #317591 by graphmatics(170)\"\" \"About 
You can put this solution on YOUR website!
The area of a rectangle is Area = 2LW + 2WH + 2LH.
\n" ); document.write( "L = W = H = x-2 so Area = 6(x-2)(x-2) = 6(x^2 -2x - 2x +4)
\n" ); document.write( " = 6(x^2 -4x +4) = 6x^2 -24x +24
\n" ); document.write( "
\n" );