<h3>Answer: 13</h3>
=============================================================
Explanation:
The best case scenario is that you get 3 of the same color in a row on the first three attempts. The lower bound is 3.
However, we have to consider the worst case scenario when we want to guarantee something like this, without looking at the candies we selected.
Consider the case of something like this sequence:
- black
- white
- green
- red
- blue
- yellow
- black
- white
- green
- red
- blue
- yellow
- black
As you can see above, I've listed the colors in the order presented by your teacher. I pick one candy at a time. Once I reach yellow, I restart the cycle. In slots 1, 7 and 13, we have a black candy selected. This example shows that we must make 13 selections to guarantee that we get at least 3 candies of the same color (that color being black). The order of the candies selected doesn't matter. We could easily use any other color except yellow to do this example. The black candy just happened to be the first listed, so I went with that.
Note how we have 6 unique colors in the set {black, white, green, red, blue, yellow}. If we pick 2 candies of each color, then we've selected 6*2 = 12 candies so far. That 13th candy (some color other than yellow) is guaranteed to be a color we already selected; therefore, we'll be guaranteed to have 3 of the same color. We won't know what color it is but we will know we have a match like this.
For more information, check out the Pigeonhole Principle.
Answer:
3.5 or 3 and a half of a apple
Step-by-step explanation:
You just divide 7 by 2
There is no definite way to answer this question without further, more detailed information. I am truly sorry I am unable to answer this with the information provided.
Answer:
first term (a)= 2
second term (b) = -8
common ratio (r) = -8/2 = -4
15th term = ar^ (n-1)
= 2* (-4)^ 14 =536870912
Step-by-step explanation:
This is like the equivalent to a jar with 4 green balls and 6 white balls, where you are picking 3. (The 4 green balls signify the friends from kindergarten.)
You want to solve the probability that the first two balls are green and the third is white.
First draw --> 4 green out of 10 balls --> 4/10 = 2/5
Second draw --> 3 green out of 9 balls --> 3/9 = 1/3
Third draw --> 6 white out of 8 balls --> 6/8 = 3/4
2/5 x 1/3 x 3/4
= 6/60
= 1/10
so the answer is 1/10 (or 10%)