Using the arrangements formula, it is found that:
a) There are 1365 possible outcomes that contain exactly four tails.
b) There are 1,307,674,399,889 possible outcomes that contain at least three heads.
The number of possible arrangements of n elements is given by the factorial of n, that is:
[tex]A_n = n![/tex]
When there are repetitions, the number of ways is given as follows:
[tex]A_{n}^{n_1, n_2, \cdots, n_n} = \frac{n!}{n_1!n_2! \cdots n_n!}[/tex]
In which [tex]n_1, n_2, \cdots, n_n[/tex] are the numbers of repetitions.
Item a:
11 heads and 4 tails, hence:
[tex]A_{15}^{11,4} = \frac{15!}{11!4!} = 1365[/tex]
There are 1365 possible outcomes that contain exactly four tails.
Item b:
The total number is:
[tex]A_{15} = 15! = 1,307,674,400,000[/tex]
With no heads:
[tex]A_{15}^{15,0} = \frac{15!}{15!0!} = 1[/tex]
With one head:
[tex]A_{15}^{14,1} = \frac{15!}{14!1!} = 15[/tex]
With two heads:
[tex]A_{15}^{13,2} = \frac{15!}{13!2!} = 95[/tex]
Hence the number of outcomes with less than three heads is:
1 + 15 + 95 = 111
With at least three heads, the number of outcomes is:
[tex]1,307,674,400,000 - 111 = 1,307,674,399,889[/tex]
There are 1,307,674,399,889 possible outcomes that contain at least three heads.
More can be learned about the arrangements formula at https://brainly.com/question/24648661
#SPJ1