474,401 views
16 votes
16 votes
A con is tossed n times. How many difference sequences of head and tails can you get?

User Pfnuesel
by
2.3k points

2 Answers

14 votes
14 votes

Answer:

2^n

Explanation:

dont worry bout it ur welcome

User DodoSombrero
by
2.8k points
14 votes
14 votes

Answer:

2^n

Explanation:

So whenever you flip a coin, you can see it as 2 nodes branching off of each existing node. so for example when you flip a coin once you're going to have 2 sequences initially H and T, now when you flip a coin again for each of those 2 sequences 2 are going to branch off of that, making the total sequences 4, and the next flip 2 sequences are going to branch off each of the 4 sequences and so on. this can generally be described as: 2^n

I attached an image describing this a bit better but the bottom line is that for each 'end node'/sequence you're going to have 2 branch off of it, thus for each coin flip the number of sequences multiplies by 2

A con is tossed n times. How many difference sequences of head and tails can you get-example-1
User Brian Chance
by
3.0k points