

InterviewSolution
Saved Bookmarks
1. |
. Three consecutive integers are such that when they are taken in increasing ordermultiplied by 2,3 and 4 respectively,they add up to 74. Find these numbes, |
Answer» <p>Let these Three consecutive numbers are X, Y, andZ.so Y = X+1, and Z = Y+1 = X+2A/q, 2X+3Y+4Z = 74OR, 2X+3(X+1)+4(X+2) = 74OR, 2X+3X+4X+3+8 = 74OR, 9X = 74-11OR, X = 63/9 = 7Therefore numbers are X = 7, Y = 7+1 =8, and Z = 8+1 = 9</p> | |