Question 1052452
How are the "internees" consecutive?  Were they hired in order, or are they arranged by height?



Three consecutive INTEGERS:
{{{system(n, n+1, n+2)}}} for any integer n.



The description put into an equation:
{{{2(n+2)=-2+3*n}}}


Solve for n.
{{{2n+4=3n-2}}}
{{{2n-3n=-2-4}}}
{{{-n=-6}}}
{{{highlight(n=6)}}}, which is also the first INTEGER.


The next integers are {{{system(7,and,8)}}}.