Answer:
(2,3)
Step-by-step explanation:
4(3)-(2)=10
12-2=10
The answer is (2,3)
Answer:
80/81
Step-by-step explanation:
If a head is twice as likely to occur as a tail, then the probability of getting heads is 2/3 and the probability of getting tails is 1/3.
The probability of getting at least 1 head involves 4 scenarios:
1) 1 Head and 3 Tails
2) 2 Heads and 2 Tails
3) 3 Heads and 1 Tail
4) 4 Heads
Instead of calculate all these scenarios, you could calculate the opposite scenario: 4 Tails. The sum of all possible scenarios is 1, so:
P(at least one head) + P(no heads) = 1
Then, P(at least one head) = 1 - P(no heads)
The probability of 4 tails is:
P(no heads) = P(TTTT) = (1/3)(1/3)(1/3)(1/3)=1/81
Then, P(at least one head) = 1 - 1/81=80/81
The first one is < because if you have 5 part of 7, you have more parts than if you have 4 parts of 7, but it’s negative so it’s the opposite
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
<h3>How to generate values from a recursive function</h3>
In this question we have a kind of <em>recursive</em> function known as Fibonacci's function, where a value of the series is generated from at least <em>immediately previous</em> elements. In this case, we need to find the <em>first</em> three elements from the <em>fifth</em> and <em>fourth</em> elements of the series:

a₄ = a₅ - a₆ + 4
a₄ = - 2 - 0 + 4
a₄ = 2
a₃ = a₄ - a₅ + 4
a₃ = 2 - (- 2) + 4
a₃ = 8
a₂ = a₃ - a₄ + 4
a₂ = 8 - 2 + 4
a₂ = 10
a₁ = a₂ - a₃ + 4
a₁ = 10 - 8 + 4
a₁ = 6
The <em>first three</em> elements of the <em>recursive</em> series are 6, 10, 8. (Correct choice: B)
To learn more on recursive series: brainly.com/question/8972906
#SPJ1