🏠 Home
Quiz Questions
Question 1: Is it possible to take the cross product of [1]x[1]
No, cross product requires 3D vectors (or 7D)
Yes, the result is 1
Yes, the result is 0
No, cross product requires 2D vectors
Question 2: Is it possible to take the cross product of [1,2]x[1,2]
No, cross product requires 3D vectors (or 7D)
No, cross product requires 1D vectors
Yes, the result is 4
Yes, the result is 0
Question 3: Is it possible to take the cross product of [1,2,3] x [1,2,3]
No, cross product only works with 2D vectors
Yes, and the result is [0,0,0] since the vectors are parallel
No, cross product requires two different vectors
Yes, and the result is [1,2,3]
Question 4: What is the cross product of [1,0,0]x[0,1,0]
[0,0,1]
[0,1,0]
[1,0,0]
[0,0,-1]
Question 5: What is the cross product of [1,0,0]x[1,0,0]
[0,0,1]
[0,0,0]
[1,0,0]
[1,1,1]
Question 6: What is the i component of [1,2,3]x[-1,-2,-3]
0
1
-6
6
Question 7: What is the j component of [1,2,3]x[-1,-2,-3]
0
6
-6
1
Question 8: What is the k component of [1,2,3]x[-1,-2,-3]
0
-6
6
1
Question 9: What is the cross product of [1,2,3]x[-1,-2,-3]
[-1,-2,-3]
[1,2,3]
[0,0,0]
[6,-6,0]
Question 10: What is the cross product of [1,2,3]x[2,3,7]
[-5,1,1]
[5,-1,-1]
[1,-1,5]
[5,1,-1]
Submit Quiz
Back to Quizzes