For example, say I have am holding an object; $O$ is the event that the object is an orange, and $R$ is the event that the object is round.
$P(O|R) = \frac{P(R|O)}{P(R)}$
This is obviously incorrect, but it reads to me like: "the probability that the object is an orange given that it is round is the probability of an object being round given that it is an orange, divided by the probability that the object is round in general". Which seems reasonable.
Why is the above interpretation wrong?