Which of the following sets of vectors in R3 are linearly independent:
1. [(1, 0, 0), (0, 1, 0), (1, 1, 0)]
2. [(1, 0, 0), (0, 1, 0), (0, 0, 1)]
3. [(0, 1, 0), (1, 0, 1), (1, 1, 0)]
4. [(0, 0, 1), (0, 1, 0), (0, 1, 1)]
1
1 and 2
2
2 and 3
3
1 and 4
4
3 and 4