A = the event that the sum of outcomes of $2$ dice being thrown
So do I say
$A = \{14;41;23;32\}$
That looks like I'm saying $41$ (the number) not $4$ from one die and $1$ from the other which happen to add up to $5$.
Is it right or should I write it like this:
$A = \{1,4 ; 4,1 ; 2,3 ; 3,2\}$
Please tell me if neither is right and you know the right way
I'm confused because I know with head and tails you could say
$S = \{HH;HT;TH;TT\}$
but with numbers it seems a bit ambiguous
Why not use ordered pairs? $$(\text {first number thrown}, \text{second number thrown})$$I'm assuming that A is the event that the sum of two numbers thrown on two dice total $5$.
$$A = \{(1, 4), (4, 1), (2, 3), (3, 2)\}$$