A coin is flipped eight times where each flip comes up either heads or tails. How many possible outcomes a) are there in total? b) contain exactly three heads? c) contain at least three heads? d) contain the same number of heads and tails?

Rosen, Kenneth. Discrete Mathematics and Its Applications (p. 435). McGraw-Hill Higher Education. Kindle Edition.

Respuesta :

Answer:

There are 256 ways in total.

There are 56 possible outcomes contain exactly three heads.

The possible outcomes contain at least three heads is 219.

The possible outcomes contain the same number of heads and tails are 70.

Step-by-step explanation:

Consider the provided information.

A coin is flipped eight times where each flip comes up either heads or tails.

Part (a) How many possible outcomes are there in total?

Each time we flip a coin it comes up either heads or tail.

Therefore the total number of ways are:

[tex]2\times 2\times 2\times 2\times 2\times 2\times 2\times 2=2^8=256[/tex]

Hence, there are 256 ways in total.

Part (b) contain exactly three heads?

We want exactly 3 heads, therefore,

n=8 and r=3

According to the definition of combination: [tex]\binom{n}{r}=\frac{n!}{r!(n-r)!}[/tex]

[tex]\binom{8}{3}=\frac{8!}{3!(5)!}=56[/tex]

Hence, there are 56 possible outcomes contain exactly three heads.

Part (c) contain at least three heads?

For 3 heads: [tex]\binom{8}{3}=\frac{8!}{3!(5)!}=56[/tex]

For 4 heads: [tex]\binom{8}{4}=\frac{8!}{4!(4)!}=70[/tex]

For 5 heads: [tex]\binom{8}{5}=\frac{8!}{5!(3)!}=56[/tex]

For 6 heads: [tex]\binom{8}{6}=\frac{8!}{6!(2)!}=28[/tex]

For 7 heads: [tex]\binom{8}{7}=\frac{8!}{7!(1)!}=8[/tex]

For 8 heads: [tex]\binom{8}{8}=1[/tex]

Now add them as shown:

56+70+56+28+8+1=219

Hence, the possible outcomes contain at least three heads is 219.

Part (d) contain the same number of heads and tails?

Same number of heads and tails means that the value of r=4.

Therefore,

[tex]\binom{8}{4}=\frac{8!}{4!(4)!}=70[/tex]

Hence, the possible outcomes contain the same number of heads and tails are 70.

  • There are 256 ways in total.
  • There are 56 possible outcomes with exactly three heads.
  • The possible outcomes with at least three heads is 219.
  • The possible outcomes with the same number of heads and tails are 70.

What is Probability?

This is defined as a numerical descriptions of how likely an event is to occur.

The possible outcomes is 256 because it is either head and tail which is 2 and was flipped 8 times.

2⁸ = 256.

To get exactly 3 heads,

n=8 and r=3

(⁸₃ ) = 8! / 3!(5!) = 56.

Read more about Probability here https://brainly.com/question/24756209