I have three records. the records means intervals,
$A: [1, 5]$
$B: [2, 6]$
$C: [4, 6]$
A, B and C are three humidity sensors. Value of A is between 1 to 5, B is between 2 to 6, and C is between 4 to 6
Assume the humidity data is uniform distributed(uniform distribution). I'd like to know which sensor would give the minimal value(lowest humidity), with probability.