Assume I take two real numbers in the range $[a,b]$ where $a, b\in \mathbb R$ and $a < b$, such that both of them are distributed randomly. I then drop the lowest of these two. What is the expected value?
All of the approaches I've seen to the version of this problem where $a, b\in \mathbb N$ have been brute-forced. A piece of software that calculates a similar scenario assumes the answer is $\frac{a}{3}+\frac{2*b}{3}$, but after trying to simulate it on my own a bunch I'm convinced that that answer is slightly off.