The assertion is: S(n): All marbles in a bag containing $n$ marbles are of the same colour.
Basis: Obviously S(1) is trivially true. All the marbles in a bag containing just one marble are of the same colour.
Induction: Assume that S(n) is true. i.e. That ``All marbles in a bag containing n marbles are of the same colour'' is true. Now consider a bag with n+1 marbles. Remove an arbitrary marble from the bag. Now the bag contains n marbles which must all be the same colour by the inductive hypothesis. Swap this marble with any other marble in the bag. Again all the marbles in the bag must be of the same colour. By symmetry, the marble initially removed from the bag must be the same colour as the rest of the marbles in the bag. The inductive hypothesis is thus proved.
However, Jill, being a keen 59.255 student immediately proceeded to demolish Joe's proof and demanded that he indeed swap her marble for one of a different colour. Describe clearly how Jill invalidated Joe's proof.
Assertion: S(n): For all n >= 0: an = 1
Basis: S(0) = a0 = 1 which is true.
Induction: Assume S(i) is true for 0 <= i < n. Now
an = (an-1)(an-1) / an-2
By the inductive hypothesis, an-1 = an-2 = 1
Thus an = 1/1 = 1
We have thus proved that an = 1 for all n.
To their dismay, however, they found that between them they only had two gloves and that all the glove vending machines on campus were empty, as could be expected during an event such as this one. Nonetheless, being mathematicians of the first rank, they soon came up with the following ingenious solution:
The Martian wears glove 1 first. Earthling 1 then proceeds to shake the Martian's hand wearing glove 2, followed by Earthling 2 who shakes her hand without wearing a glove at all (Remember that he is safe because the Martian is wearing a glove). Finally, the third Earthling turns glove 2 inside out, wears it (ensuring that he is in contact only with its uncontaminated side), and shakes the Martian's hand.
Reminiscing about the encounter the following morning, one of the Earthlings remarked that he could in fact generalise from their experience that 2n-1 Earthlings can shake hands safely with a Martian using just n gloves. Prove this using mathematical induction.
One bright student, who was slightly more sober than the rest proposed the following algorithm in order to keep total costs to a minimum: Sort all the pizzas, largest first, and only pay for the odd numbered pizzas. (Note that if the number of pizzas is odd, then you pay for the last pizza unpaired).
Show using mathematical induction that this algorithm is in fact the best that one could come up with if the aim is to keep total costs to a minimum.