<pre>
On the Island of Knights and Knaves, the natives belong to one of two tribes.
Knaves wear black hats and always lie; knights wear white hats and always tell the truth.
Three natives (strangers to each other) are led into a room (blindfolded so they cannot see each others' hats) and seated in a circle so that when the blindfolds are removed they can see the others' hats but not their own.
Their hats are shuffled and then the blindfolds are removed.
(Each native cannot tell his own hat from any other hat of the same color.)
They make the following statements, in this order:

<pre>
Native 1: "I don't know the color of the hat I'm wearing."
Native 2: "I know the color of the hat I'm wearing."
Native 3: "I know the color of the hat I'm wearing."
Native 1: "I know the color of the hat I'm wearing."
</pre>

What tribe does each native belong to, and what color hats are they now wearing?

Now answer the same question for this series of statements:

<pre>
Native 1: "I don't know the color of the hat I'm wearing."
Native 2: "I don't know the color of the hat I'm wearing."
Native 3: "I don't know the color of the hat I'm wearing."
Native 1: "I don't know the color of the hat I'm wearing."
Native 2: "I don't know the color of the hat I'm wearing."
Native 3: "I know the color of the hat I'm wearing."
</pre>

[[RecPuzzlesKnights Knaves Hats Solution]]
</pre>
