A point with coordinates $x$,$y$,$z$, is chosen uniformly at random from a cube:
$$\{(x,y,z)\in \mathbb{R^3}:0\le x,y,z \le 10\}.$$
Assume that the probability of an event is proportional to the volume of a cube. What is the probability of the following events:
1) $\max(x,y,z)=3,$
2) $x+y \le 10$?
I feel for the second part we can compute it using volume of pyramid volume of cube which turns out to be $\frac 1 6$ but I'm not sure. Any help would be appreciated. Thank you.