We can consider a sample space of ordered pairs (first die, second die) with 36 equally likely outcomes. The probability of each outcome is 1/36.
The sample space is:
\Omega = \left\{
\begin{array}{cccccc}
(1,1) & (1, 2) & (1, 3) & (1, 4) & (1, 5) & (1, 6) \\
(2,1) & (2, 2) & (2, 3) & (2, 4) & (2, 5) & (2, 6) \\
(3,1) & (3, 2) & (3, 3) & (3, 4) & (3, 5) & (3, 6) \\
(4,1) & (4, 2) & (4, 3) & (4, 4) & (4, 5) & (4, 6) \\
(5,1) & (5, 2) & (5, 3) & (5, 4) & (5, 5) & (5, 6) \\
(6,1) & (6, 2) & (6, 3) & (6, 4) & (6, 5) & (6, 6) \\
\end{array}
\right\}
Let A be the event that the sum of the dice is greater than 10. The event A is:
A = \left\{
\begin{array}{cccccc}
(5,6) & (6,5) & (6,6) \\
\end{array}
\right\}
It has 3 outcomes, so the probability of A is 3/36 = 1/12.
Let B be the event that the sum of the dice is 7 and the first die is 3. The event B is:
B = \left\{
\begin{array}{c}
(3,4) \\
\end{array}
\right\}
It has 1 outcome, so the probability of B is 1/36.
Let C be the event that the sum of the dice is greater than 7 and the first die is 5. The event C is:
C = \left\{
\begin{array}{cccc}
(5,3) & (5,4) & (5,5) & (5,6) \\
\end{array}
\right\}
It has 4 outcomes, so the probability of C is 4/36 = 1/9.
Let D be the event that the sum of the dice is greater than 8 and the first die is smaller or equal to the second die. The event D is:
D = \left\{
\begin{array}{cccc}
(6, 6) & (5, 6) & (4, 6) & (3, 6) \\
(5, 5) & (4, 5) \\
\end{array}
\right\}
It has 6 outcomes, so the probability of D is 6/36 = 1/6.