Find three consecutive integers whose sum is 318. (hint: if n represents the smallest of the three integers, n+1 and n+2 represent the other two numbers.)

Respuesta :

n+n+1+n+2=318
3n+3=318
3n=315
n=105.

the three numbers are 105, 106, and 107