Answer:
255 sequence
Explanation:
Since
Head replaced by 1
Tail replaced by 0
For each toss, there are two possible outcomes: heads 1, or tails 0.
For 9 toss the possible outcome sequence range from
000000000 to 111111111
000000000 in binary = 0 in decimal
111111111 in binary = 511 in decimal
Since we are asked to find decimal corresponding to the observed set of heads and tails that exceed 256?
That is sequence that exceed 256 (100000000)
Which is 257 (100000001) to n
So the outcome sequence will range from 257 to the last possible outcome sequence for 9 tosses which is 511
Therefore between 257 to 511.
Number of outcome sequence is 255