

InterviewSolution
Saved Bookmarks
1. |
Add (-9), 8, (-59),and (-63) |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/given-473447" style="font-weight:bold;" target="_blank" title="Click to know more about GIVEN">GIVEN</a> ⤵➡(-<a href="https://interviewquestions.tuteehub.com/tag/9-340408" style="font-weight:bold;" target="_blank" title="Click to know more about 9">9</a>), 8,(-59), (-63) To <a href="https://interviewquestions.tuteehub.com/tag/find-11616" style="font-weight:bold;" target="_blank" title="Click to know more about FIND">FIND</a> ⤵➡Sum(Add) of (-9), 8 , (-59) and (-63) ➡(-9) +8 +(-59) +(-63) ⚫Firstly we have to break the bracket .Solution⤵➡-9+8-59-63⚫On adding -9+8 , we get -1➡-1-59-63➡ (-123) ✅Hence adding (-9), 8 , (-59) and (-63) we get (-123). ⚫Extra points ✔If <a href="https://interviewquestions.tuteehub.com/tag/negative-570381" style="font-weight:bold;" target="_blank" title="Click to know more about NEGATIVE">NEGATIVE</a> sign before the bracket then the sign inside the bracket changed. ✔ -(-a) = a and -(a) = -aHope this is helpful to you!</body></html> | |