Daniel B. answered 12/10/22
A retired computer professional to teach math, physics
Let Fn be the number of n-toss sequences containing no pair of tails.
Then the probability you are looking for is
F10/210
because 210 is the total number of 10-toss sequences.
For any given n there are two kinds of n-toss sequences without a pair of tails.
1) Sequences starting with heads and followed by an (n-1)-toss sequence without a pair of tails.
There are Fn-1 such sequences.
2) Sequences staring with tails followed immediately by heads, and then followed
by a (n-2)-toss sequence without a pair of tails.
There are Fn-2 such sequences.
Thus we have the recurrence relation
Fn = Fn-1 + Fn-2
This is a Fibonacci sequence with
F1 = 2
F2 = 3
F3 = 5
F4 = 8
F5 = 13
F6 = 21
F7 = 34
F8 = 55
F9 = 89
F10 = 144
The answer to your question is 144/1024 ≈ 14%
Paul M.
12/10/22