What is the number of all triangles whose vertices are all on the same face of a 4D cube?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A 4-D hypercube will have 2 4 vertices; in 4-D, each vertex will connect 4 edges. Every pair of edges connecting to a vertex determines a face, so there are ( 2 4 ) faces that meet at each vertex. But each face will be counted four times, once for each of its four vertices, so we have to divide by 4 . The number of faces is 4 2 4 ⋅ ( 2 4 ) = 4 1 6 × 6 = 2 4