SOLUTION: Find two consecutive integers such that the sum of the frist and twice the second is 203

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive integers such that the sum of the frist and twice the second is 203      Log On


   



Question 49695: Find two consecutive integers such that the sum of the frist and twice the second is 203
Answer by alka(15) About Me  (Show Source):
You can put this solution on YOUR website!
let the two consecutive numbers = x and x+1
twice of second number is 2x+2
the equation is
x + 2x + 2 = 203
3x + 2 = 203
3x = 203-2
3x = 201
x = 201/3
x = 67
the numbers are 67 and 68