asked 195k views
1 vote
Write and solve an equation for the total number of possible combinations from flipping a coin 10 times.

2 Answers

6 votes

Answer:

1024

Explanation:

2^10 = 1024.

answered
User Ivan Martinyuk
by
9.5k points
4 votes

Explanation:

every flip has 2 possible outcomes.

1 flip has 2.

2 flips have 2×2 = 2² = 4

3 flips have 2×2×2 = 2³ = 8

and so on.

the number of possible combinations flipping a coin n times is

C(n) = 2^n

for 10 flips

C(10) = 2¹⁰ = 1024

possible outcomes or combinations.

answered
User Renick
by
8.1k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.