Poor Dolly's T.V. has only $4$ channels, all of them quite boring. Hence, it is not surprising that she desires to switch (change) channel after every one minute. Then find the number of ways in which she can change the channels so that she is back to her original channel for the first time after $4$ minutes.
In this question, I took the following approach: Let the channels be $A, B,C,D$ Without of loss of generality, let $A$ be the original channel(the one chosen first) Then total possible ways for $1$st switch,$2$nd switch, and $3$rd switch are $3,2,2$ respectively and after this, she switches to her original channel. So, No. of ways of switching the channels if A is chosen as the first channel=$(3)(2)(2)=12$ So,Total no. of ways$=12+12+12+12=48$ {Either of $A/B/C/D$ can be chosen as the first channel}
ANS:48
But the answer in my textbook is given to be $12$.Please point out the error in my solution.
Hint: What represents the factorial of a number?
You started to think correctly but you ended up counting the same event more than one time, in particular on the last switch.
Edit: I deleted a part of the answered based on a misinterpretation I did on the question.