

InterviewSolution
Saved Bookmarks
1. |
the deference between two integers is -25. If the greater integer is 40, find the other one.answer should be 15 |
Answer» <html><body><p>two numbers are suppose <a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a> and ygiven, x-y = -25given the <a href="https://interviewquestions.tuteehub.com/tag/greater-476627" style="font-weight:bold;" target="_blank" title="Click to know more about GREATER">GREATER</a> integer is <a href="https://interviewquestions.tuteehub.com/tag/40x-315944" style="font-weight:bold;" target="_blank" title="Click to know more about 40X">40X</a> - 40 = -25x = -25 + 40x = -<a href="https://interviewquestions.tuteehub.com/tag/15-274069" style="font-weight:bold;" target="_blank" title="Click to know more about 15">15</a></p></body></html> | |