Volume of a parallelepiped, given 8 vertices
Given the eight vertices (0,0,0), (3,0,0), (0,5,1), (3,5,1), (2,0,5), (5,0,5), (2,5,6), and (5,5,6), find the volume of the parallelepiped.
I'm having trouble finding the 1 vertex and 3 vectors needed to find the volume. The closest four vertexes I found so far are (0,0,0),(3,0,0),(0,5,1),(3,5,1)...is using those four vertexes correct? Any starting hints to point me in the right direction?