

InterviewSolution
Saved Bookmarks
1. |
The magnitude of the resultant of the two orthogonal vectors of 3 units and 4 units is : |
Answer» <html><body><p>7<br/>25<br/>5<br/>1</p>Solution :`<a href="https://interviewquestions.tuteehub.com/tag/r-611811" style="font-weight:bold;" target="_blank" title="Click to know more about R">R</a> = <a href="https://interviewquestions.tuteehub.com/tag/sqrt-1223129" style="font-weight:bold;" target="_blank" title="Click to know more about SQRT">SQRT</a>(p^(2) +q^(2))= sqrt(<a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a>^(2)+4^(2))`<br/>`= sqrt(<a href="https://interviewquestions.tuteehub.com/tag/9-340408" style="font-weight:bold;" target="_blank" title="Click to know more about 9">9</a> +16) = sqrt(25) = 5`</body></html> | |