Q. Six faces of a cube are numbered randomly $1,2,3,4,5,6$. The probability that faces $1$ & $6$, $6$ & $3$ and $3$ & $1$ will share an edge is __.
My approach: Total ways to write the $6$ numbers on the die $= 6!=720$.
Now, there are $6$ ways to write '$1$'. For each of those $6$ ways, there are $4$ ways to write '$3$' adjacent to '$1$'. And for each of these $6 \times 4$ ways, there are $2$ ways to write '$6$' adjacent to both, '$3$' and '$1$'. So, total favourable ways are $24\times2=48$. Thus, probability $= \dfrac{48}{720} = \dfrac{1}{15}$.
If the correct answer according to the link attached below is $\dfrac25$ please correct me where I am wrong.
You start correctly. You have 48 ways to place 1,3 and 6.
For each of them, there are 6 ways to place 2,4 and 5 so you need to multiply this by 6.
I spent a long time to detect the error (more than 3 minutes!). The other process (4/5 * 2/4) seems more intuitive. And the risk to forget something is less.