Question 1077321
<pre>
WEEK COUNT         BOXES SOLD
1<sub>st</sub>                 24
2<sub>nd</sub>                 56
3<sub>rd</sub>                 88
</pre>

Weekly increase is 32 boxes.


If n counts the weeks then
{{{highlight(24+32(n-1))}}}.