I'm trying to answer the following question:
The boxes Banana Ltd. uses to ship bananas come in two sizes, one that holds three bananas and one that holds five bananas. The company promises to ship at least as many bananas as you order. Show using induction that the company can fulfil any order for nine or more bananas exactly.
The only thing I've been able to come up with is an equation: $3x + 5y = n$ where $n$ refers to the number of bananas ordered.
Also for the cases where the number of bananas ordered is less than $9$, it is obvious that the company will be able to ship at least as many bananas as ordered.
I am unsure on how to proceed from here.
EDIT:
Since the OP, I have done the following:
$3x + 5y = n$
$3x +5y + 1= n+1$
$3x+5y + 6-5 = n+1$
$3x +5y + 2*3 - 5 = n+1$
$3(x + 2) + 5(y-1) = n+1$
Therefore, if $y \ne 0$, then $x+2$ 3-capacity boxes and $y-1$ 5-capacity boxes can be used to fulfil an order of size $n+1$.