SubArea: Points and vectorsLevel: CProject ID: 1003040207Accepted: 1Clonable: 0Easy: 0Given the points A=[2;0;3] and B=[−1;2;0], specify all the points C lying on the z-axis, such that the area of the triangle ABC is 22. Hint: Use a cross product of vectors.C1=[0;0;1]; C2=[0;0;2913]C1=[0;0;1]; C2=[0;0;−1]C1=[0;0;−1]; C2=[0;0;1329]C1=[0;0;−1]; C2=[0;0;2913]