let x, y, z be random numbers from 0 to 10
where x,y,z∈R
what is the probability that
a) all the following is satisfied
∣x−y∣≥2
∣x−z∣≥2
∣y−z∣≥2
b) the probability that
one or two of them are not satisfied
c) the probability that
all of them are not satisfied
|