1.

Find the three consecutive numbers whose sum is 183​

Answer» <html><body><p>X + X + <a href="https://interviewquestions.tuteehub.com/tag/1-256655" style="font-weight:bold;" target="_blank" title="Click to know more about 1">1</a> + X + 2 = 1833X + <a href="https://interviewquestions.tuteehub.com/tag/3-301577" style="font-weight:bold;" target="_blank" title="Click to know more about 3">3</a> = 1833X + 3 - 3 = 183 - 33X = 1803X/3 = 180/3X = 60Which means that the <a href="https://interviewquestions.tuteehub.com/tag/first-461760" style="font-weight:bold;" target="_blank" title="Click to know more about FIRST">FIRST</a> number is 60, the <a href="https://interviewquestions.tuteehub.com/tag/second-1197322" style="font-weight:bold;" target="_blank" title="Click to know more about SECOND">SECOND</a> number is 60 + 1 and the third number is 60 + 2. Therefore, three consecutive <a href="https://interviewquestions.tuteehub.com/tag/integers-17173" style="font-weight:bold;" target="_blank" title="Click to know more about INTEGERS">INTEGERS</a> that add up to 183 are 60, 61, and 62.60 + 61 + 62 = 183</p></body></html>


Discussion

No Comment Found

Related InterviewSolutions