Two numbers are independently and uniformly chosen from the interval (0,1). What is the probability that the sum of the numbers is less than 1 and the product of the numbers is less than 2/9? (Note that both conditions hold simultaneously.)
Given than $n_1\sim\operatorname{uniform}(0,1)$ and $n_2\sim\operatorname{uniform}(0,1)$
$$Z = n_1\cdot n_2 \sim \operatorname{uniform}(0,1)$$
If $X\sim \operatorname U(0,1)$ then
$$P(X < x) = \frac{x-a}{b-a}$$ $$P\left(z < \frac{2}{9}\right) = \frac{\frac{2}{9}-0}{1-0} = \frac{2}{9}$$
Is this correct or am i making an error somewhere?