Suppose an urn has $n$ balls of different colors and only one of them is white. Let there be two independent witnesses who speak the truth each with probability $.1$. A ball is selected at random from the urn and its colour is shown to the witnesses. Each asserts it is white. Then find the probability that it is truly white.
The solution is trivial using Bayes' formula but the problem arises when I am computing P(both assert it is white AND it is not). Shouldn't it be just P(it is not white)P(they both assert it is white|it is not)=$[(n-1)/n][0.9]^2$? The correct answer doesn't come using this.
Judging from the "correct" answer you posted in response gnasher729's answer, I think this is the issue: you are not asking the witnesses "is this ball white?" and getting a yes/no answer. You are asking the witnesses "what color is this ball?" and, if the witness doesn't tell the truth, you are getting one of the $n-1$ false answers (since there are $n$ different colors) with equal probability.
(If I'm actually correct here, then this is a really awful problem, because it tells you nothing about what it means for the witnesses to "lie" -- what I said above is just reasoning backwards from the "correct" answer. Since there's no information about how the liars lie, you really don't have enough information to solve this.)