This is a simplified version of a real life experiment where we have done two experiments attempt to measure the same quantity and we obtained the results $0.8 \pm 0.1$ and $1.2 \pm 0.2.$ (That's all we know!)
How can we calculate the probability that these two measurements are consistent with each other (i.e. they are consistent with a single true value)?
If we assume that the $\pm$ denotes a $x$ confidence interval and the confidence intervals are symmetrical and that there is a single true value $y$ then you can say:
$$p=\begin{cases} \frac{(1-x)^2}{4},&y\lt0.7\\ \frac{x(1-x)}{2},&0.7\le y\le0.9\\\\ \frac{(1-x)^2}{4},&0.9\lt y\lt1.0\\\\ \frac{x(1-x)}{2},&1.0\le y\le1.4\\\\ \frac{(1-x)^2}{4},&1.4\lt y\\\\ \end{cases}$$
Now if you add all this up, you get a value which is (surprisingly) $\in[0,1]$. You might be tempted to say that this is the probability that there is a single true value but you would be wrong!
And this is why - consider $y$ and $y+\Delta$. For $\Delta$ sufficiently large so that you are happy to say that they are distinct, the probabilities that they each fall into their respective intervals would be exactly the same - this is the definition of a confidence interval! So the probability that they are identical is equal to the probability that they are not identical for $\Delta$, and $-\Delta$ and $2\Delta$ and an infinite number of other $\Delta$ variants. Add up an infinite number of numbers $\gt0$ and you will soon have a number $\gt 1$ so it cannot represent a probability.
Without more information on the methodology, you can only state that the probability of a single true value is $\in[0,1]$, but then, what isn't?