

InterviewSolution
Saved Bookmarks
1. |
If the sum of three consecutive positive integers is 18 then the second number is |
Answer» <html><body><p><strong>Step-by-step explanation:</strong></p><p>Let the <a href="https://interviewquestions.tuteehub.com/tag/smallest-646176" style="font-weight:bold;" target="_blank" title="Click to know more about SMALLEST">SMALLEST</a> <a href="https://interviewquestions.tuteehub.com/tag/integer-11854" style="font-weight:bold;" target="_blank" title="Click to know more about INTEGER">INTEGER</a> be <a href="https://interviewquestions.tuteehub.com/tag/x-746616" style="font-weight:bold;" target="_blank" title="Click to know more about X">X</a>. Since the integers are consecutive, the other two integers <a href="https://interviewquestions.tuteehub.com/tag/would-3285927" style="font-weight:bold;" target="_blank" title="Click to know more about WOULD">WOULD</a> be x+1 and x+2 respectively. It is given in the problem that the sum of these integers is equal to 18. Therefore, the consecutive <a href="https://interviewquestions.tuteehub.com/tag/numbers-22758" style="font-weight:bold;" target="_blank" title="Click to know more about NUMBERS">NUMBERS</a> are 5,6 and 7.</p></body></html> | |