Can we count number of Regular tetrahedrons formed out of Unit cube?
If vertices of Unit cube are taken as $(0,0,0,)$, $(0,0,1)$, $(0,1,1)$, $(0,1,0)$, $(1,0,0)$, $(1,0,1)$, $(1,1,1)$ and $(1,1,0)$
I have seen a post where any four vertices satisfying $x \le y \le z$ forms a Regular Tetrahedron.
But if i choose vertices as $(0,0,0)$, $(1,1,1)$,$(0,0,1)$,$(0, 1,1)$
will it form Regular tet?
Can i know any logical way to choose vertices of cube to form Tet?
No, because, for instance, the distance from $(0,0,0)$ to $(1,1,1)$ is different from the distance from $(0,0,0)$ to $(0,0,1)$.
You'll get a tetrahedron if you take those vertices with an odd number of $0$'s and another one if you take those vertices with an even number of $0$'s.