Homework Statement
Given A = [2, 9, 8], B = [6, 4, −2] and C = [7, 15, 7], show that AB and AC are perpendicular, then find D so that ABCD forms a rectangle.
Homework Equations
Dot Product
The Attempt at a Solution
The vector AB = B - A = [4,-5,-10]
The vector AC = C - A = [5,6,-1]
AB⋅AC...