SOLUTION: find 3 consecutive integers such that the sum of the first and the second is 91. Please put the solution so I can understand

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find 3 consecutive integers such that the sum of the first and the second is 91. Please put the solution so I can understand       Log On


   



Question 830292: find 3 consecutive integers such that the sum of the first and the second is 91. Please put the solution so I can understand
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
Let N be your first integer. THe next two consecutive integers would be N%2B1 and N%2B2.
The sum of the first and second would be
N%2B%28N%2B1%29=91
2N%2B1=91
2N=90
N=45
The integers are then 45, 46, and 47.