How many tetrahedrons (not necessarily regular) can be formed using the vertices of a cube?
I tried the face by face strategy, that is, I selected 3 points from each face for the base and one from the four above it. Then I multiplied it by the number of faces to get the answer as 96. Then I realised I'd missed out on the triangular bases not formed by multiple faces of the cube.
So I simply selected 4 points from the 8 vertices, giving 70. Then I subtracted all the 6 faces and the diagonal cross sections to get 58. Since the first approach gives more answers, I wanted to know why it's wrong.. Please help me with this.
When you did your first approach, you generated tetrahedera where three faces were coplanar with the faces of the cube. You counted those once for each coplanar face, thus triple counted them. And, as you pointed out, missed some other tetrahedra.
Correct methods of counting are given in both other answers and your own question. So I stop here.