

InterviewSolution
Saved Bookmarks
1. |
The sum of two integers is -15 , if one is 125 find the other |
Answer» <html><body><p>N::Sum of <a href="https://interviewquestions.tuteehub.com/tag/two-714195" style="font-weight:bold;" target="_blank" title="Click to know more about TWO">TWO</a> integers is <a href="https://interviewquestions.tuteehub.com/tag/15-274069" style="font-weight:bold;" target="_blank" title="Click to know more about 15">15</a>. Let and <a href="https://interviewquestions.tuteehub.com/tag/b-387190" style="font-weight:bold;" target="_blank" title="Click to know more about B">B</a> be the two integers whose sum is -15. So, as per question one of the integer is 125 so let a = 125a + b = -15=> 125 + b = -15=> b = -15 - 125=> b = -140So, the <a href="https://interviewquestions.tuteehub.com/tag/required-1185621" style="font-weight:bold;" target="_blank" title="Click to know more about REQUIRED">REQUIRED</a> number is 125.Happy Learning <a href="https://interviewquestions.tuteehub.com/tag/mate-546851" style="font-weight:bold;" target="_blank" title="Click to know more about MATE">MATE</a></p></body></html> | |