InterviewSolution
Saved Bookmarks
| 1. |
A tetrahedron has vertices O(0,0,0), A(1,2,1), B(2,1,3) and C(-1,1,2). Then the angle between the faces OAB and ABC is |
|
Answer» `COS ^(-1) ((17)/(31)) ` |
|