What is the cross product of #<3 ,1 ,-6 ># and #<-2 ,-4 , 8 >#? Physics 2D Motion Vector Operations 1 Answer ali ergin Mar 14, 2016 #A X B= <-16,12,-10># Explanation: #A=(A_x ,A_y,A_z) " "B=(B_x,B_y,B_z)# #A X B=(A_y B_z-A_z B_y),(A_x B_z-A_z B_x),(A_x B_y-A_y B_x)# #A X B=(8-24),(24-12),(-12+2)# #A X B=(-16,12,-10)# Answer link Related questions What are vectors used for? Why vectors cannot be added algebraically? How do we represent the magnitude of a vector in physics? How do you find the equation of a vector orthogonal to a plane? Why are vectors important? How does a vector quantity differ from a scalar quantity? How can I calculate the magnitude of vectors? How do vectors subtract graphically? How do force vectors affect an object in motion? How can vectors be represented? See all questions in Vector Operations Impact of this question 1347 views around the world You can reuse this answer Creative Commons License