Find the number of elements of $A_4$ composed of the product of two non-disjoint transpositions.
There are following $12$ elements in $A_4=\{e, (123), (132), (124), (142), (134), (143), (234), (243), (12)(34), (13)(24), (14)(23)\},$ of which the required ones are $8.$
Instead I get $(4C2\cdot 3C2)/2= (6\cdot 3)/2= 9.$
Why the difference of $9-8=1?$
The right formula is $$\frac{4C2\cdot 4}{3}= 8$$ You pick the first transposition $(ab)$, for that you have $4C2=6$ choices, then You have restrictions on the second transposition,its must intersect the first transposition $(ab)$, so once you have fixed the first transposition,you have four possibilities , two transpositions containing $a$ and two others conatining $b$, finally, any non two disjoint gives u a three cycle(conversely any such cycle can be written as a product of two non disjoint transpositions) and a three cycles can be written in three ways.