Question: what is the probability of getting a sum of 5 using a pair of dice?
I am aware of the solution being, choosing one face for each dice - that gives total $36$ possibilities in the sample space
For the event space, only the sum of $(1,4), (4,1), (2,3), (3,2)$ equals to 5, so probability of getting a sum of $5$ is $4/36$.
=======================================================================================
Why is the solution not approached in another way?
That is, since the sum of 2 dice can only lead to $2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12$ i.e. $11$ possibilites, the probability of getting 5 as sum is $1/11$. Why is this method wrong, and how is the approach wrong?
I want to know the fundamental behind this. I am confused and not getting the intution behind. Thanks!
Note that the sum as you said can be {$1 \cdots 11$}, but you haven't taken into account that both rolls are distinguishable according to the exercise. Therefore, for the number $5$, pairs of rolls could be $(1,4),(2,3),(3,2),(4,1)$. This is called compositions of a number, and is one of the basic tools of combinatorics.
What you have done is just choosing just one of the possible sums, but for each sum there are many possiblities depending on the pair of rolls. That is why not only it has to be taken into account the possible sums (10 results), but all possible pairs of results.