

InterviewSolution
Saved Bookmarks
1. |
If |vecAxxvecB|=sqrt(3)vecA*vecB, then |vecA+vecB|=? |
Answer» <html><body><p>`(A^2+B^2+<a href="https://interviewquestions.tuteehub.com/tag/ab-360636" style="font-weight:bold;" target="_blank" title="Click to know more about AB">AB</a>)^(1/2)`<br/>`(A^2+B^2+(AB)/<a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>))^(1/2)`<br/>`A+B`<br/>`(A^2+B^2+sqrt(3)AB)^(1/2)`</p><a href="https://interviewquestions.tuteehub.com/tag/answer-15557" style="font-weight:bold;" target="_blank" title="Click to know more about ANSWER">ANSWER</a> :A</body></html> | |