If I consider all possible triangles with perimeter equal to $3a$ and one side length equal to $a$, what is the probability of selecting an acute angled triangle? a right triangle? an obtuse angled triangle? a scalene triangle? an isosceles triangle?
How would I approach such a problem mathematically? (I know writing a simulation on a computer is quite easy.)
Please share if you have a reference that discusses how to solve problems like this. I am a math hobbyist at best, not a mathematician, so would appreciate something readable. Thank you.


Let's denote the triangle $ABC$, in a way that $\bar{BC}=a$, and $\bar{AB}+\bar{AC}=2a$. First of all, by triangle inequality, we have \begin{align*} \frac{a}{2} \leq \bar{AB} \leq \frac{3a}{2},\\ \frac{a}{2} \leq \bar{AC} \leq \frac{3a}{2}. \end{align*}
I assumed that the probability that you are considering is such that the probability of $\bar{AB}=b$ is uniform over all feasible values, i.e., for $\frac{a}{2} \leq b \leq \frac{3a}{2}$.
I consider the question of an acute angled triangle. Consider the case where it becomes right angled triangle. Then, either \begin{align*} \bar{AB}=&\frac{3a}{4}\\ \bar{Ac}=&\frac{5a}{4}, \end{align*} or inverse. Hence, the region of the acute triangles is as following:
\begin{align*} \frac{3a}{4} \leq \bar{AB} \leq \frac{5a}{4},\\ \frac{3a}{4} \leq \bar{AC} \leq \frac{5a}{4}. \end{align*}
Now, the probability is simply the proportion of line length of two regions, \begin{align*} \frac{\sqrt{2}\frac{a}{2}}{\sqrt{2}\frac{a}{2}}=\frac{1}{2}. \end{align*}