You’ve got a 10 x 10 x 10 cube made up of 1 x 1 x 1 smaller cubes. The outside of the larger cube is completely painted red. On how many of the smaller cubes is there any red paint?
The easiest way for me to answer this is this way: There are 8*8*8 cubes not painted = 512 cubes not painted. So 1-512 = 488 cubes painted. Done.
2nd way: there are 2 10*10 faces that are painted + 2 10*8 faces that are painted + 2 8*8 faces that are painted = 2(100) + 2(80) + 2(64) = 200 + 160 + 128 = 360 + 128 = 488
3rd way that I'm having trouble with: I'm trying to add up the outside surfaces together and then subtract the ones that I've double counted. How do I do this? 10*10*6 = 600 600 - double counted ones. 600 - (top part of the cube that was double counted + cubes along the height + cubes on the bottom)
600 - (36 + 32 + 36) = 104 600 - 104 = 496.
Aragh. What am I doing wrong in the third method?