I can't figure out how to interpret this. Is my understanding of the statement correct?
"There exists an x such that for all y, if p(x) is true then x = y"
i. P(0) = true, if y = 1 then x != y, formula is not true. p(1) = true, if y = 0 then, x != y, this formula is not true.
ii. P(0) = true, same as above. P(1) = false, since the premise is false the statement should be true. But of course x != y if y = 0
Same for iii.
Am I sort of making sense?

So, in all cases (i, ii, iii) the formula is false. The only way it can be true is if $P(0) = P(1) = 0$, which makes the formula a tautology.
– Shiny_and_Chrome Jan 11 '17 at 09:49But, we're talking about interpretations, so, for example, in (iii) it is given that $P(0) = false, and P(1) = true$ which makes the formula false under that interpretation.
But you can have the case where the premise of the predicate statement always be false, so that the conclusion is false, but that still makes the statement vacuously true.
– Shiny_and_Chrome Jan 11 '17 at 10:01https://en.wikipedia.org/wiki/Vacuous_truth
– Shiny_and_Chrome Jan 11 '17 at 10:02