Problema Solution

find four consecutive integers such that the the sum of the second and fourth is 132

Answer provided by our tutors

let four consecutive integeres be 

x, x+1, x+2, x+3

since the sum of second and fourth integers is 132, we have

x+1+x+3 = 132

2x+4=132

2x=128

x=64

so, four integers are

x,x+1,x+2,x+3 ---> 64,65,66,67