Question 1032221
Description does not say "consecutive".


Let m, n, p be the three integers.


{{{system(m+n+p=353,m+n-p=63,p=-51+m)}}}


More than one way to solve.  Do anyway you want.


{{{system(m+n+m-51=353,m+n-(m-51)=63)}}}


{{{system(2m+n=353+51,n=63+51)}}}

{{{highlight(n=114)}}}.



{{{2m+n=404}}}
{{{2m=404-n}}}
{{{2m=404-114}}}
{{{m=202-57}}}
{{{highlight(m=145)}}}



{{{highlight(p=4)}}}