A line segment of length 1 is cut into two pieces at a completely random point. What is the probability that the longer piece is at least three times the length of the shorter piece?
Attempt
Let X be the length of the shorter piece and Y be the length of the longer piece.
X: f(x) = 2, 0 < x < 0.5 or f(x) = 0 otherwise
Y: g(y) = 2, 0.5 < y < 1 or g(y) = 0 otherwise
I think the question is asking for P[Y>= 3 X] but I am getting a negative probability.