- #1
Rosebud
- 25
- 0
How do I find all the different combinations of the point (x,y,z) when x,y, and z can be either positive and negative? For example, what I'm trying to solve is (+,+,+), (+,+,-), (+,-,-), etc. How do I find out how many different points there are and the sign of each variable for each distinct point?