InterviewSolution
Saved Bookmarks
| 1. |
Let vec(a) = hat(i) + hat(j), vec(b) = 3 hat(i) + 4 hat(k) and vec (b) = vec(c) + vec(d), where vec(c) is parallel to vec(a) and vec(d)is perpendicular to vec(a). If vec(d) = x hat(i) + y hat(j) + z hat(k), then which of the following equations is/are correct ? 1. y-x=4 2. 2z-3=0 Select the correct answer using the code given below: |
|
Answer» 1 only So, neither 1 nor 2 is correct. |
|