<pre>
An urn contains an unknown number of white and black balls (but more
than one).  You extract two balls from the urn.  If they are of the
same color, you put a black ball back into the urn, otherwise you put a
white ball back into the urn.  Under what conditions will the last ball
in the urn be black?

[[RecPuzzlesUrn Solution]]
</pre>
