Q: A stick is cut at two points uniformly randomly. What is the probability that the three sticks will make a triangle. A: This problem is best solved by taking a geometrical approach. Without loss of generality, we can assume that the stick has unit length. Let the cut be made at points A & B. The points A & B can take values uniformly between 0 and 1. The rule for any three segments making a triangle is that the sum of any two sides should be greater than the third. The total number of possible ways can be thought to be the set of points within a unit square as shown below. For any given point (A,B), the stick segments are a, (b-a) and (1-b), we have three inequalities that need to be simultaneously satisfied (if we assume a < b). The simplification of the above set of equation yields The eq 1 & 2 correspond to the top left quadrant of the unit square, while eq 3 corresponds to the area under the diagonal in that quadrant as shown in the figure be...