Question 1102025
Maybe you are asking this:
----------------------------------------------------------------------------
What are three consecutive odd integers for which the largest and second largest sum to be four times the smallest?
----------------------------------------------------------------------------


Integers:  {{{system(n, n+2, n+4)}}}


{{{(n+2)+(n+4)=4(n)}}}

-

{{{2n+6=4n}}}
{{{n+3=2n}}}
{{{3=n}}}


The integers are  3, 5, 7.
Sum of these three integers,  15.