A cube that has been painted and cut up into equal smaller cubes will have smaller cubes that are either painted on 3 sides, painted on 2 sides, painted on 1 side or painted on 0 sides.
(1) There are 81 little cubes with at most 1 face painted in black.In other words, the sum of the pieces that are painted on 1 side and painted on 0 sides.
Formula for number of smaller cubes with 0 sides painted: \((n-2)^3\)
Formula for number of smaller cubes with 1 side painted: \(6(n-2)^2\)
\((n-2)^3 +6(n-2)^2 = 81\)
let (n-2) = x\(x^3 + 6x^2 = 81\)
\(x^2 (x + 6) = 81\)
\(x = 3\) and therfore \(n = 5\)
SUFFICIENT(2) There are 44 little cubes with at least 2 face painted in black.In other words, the sum of the pieces that are painted on 2 sides and painted on 3 sides.
Formula for number of smaller cubes with 2 sides painted: \(12(n-2)\)
Number of smaller cubes with 3 sides painted: This number will always be 8 as a cube has 8 vertices
\(12(n-2) + 8 = 44\)
\(12(n-2) = 36\)
\(n - 2 = 3\)
\(n = 5\)
SUFFICIENTAnswer D