You can put this solution on YOUR website! What is the probability of tossing a coin 8 times and getting alternating heads and tails.
-----
# of different patterms possible: 2^8 = 256
----
# of patterns described in this problem: 1
----
P(of this pattern) = 1/256
-----------------------
Cheers,
Stan H.