The Fibonacci sequence 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, … is formed by summing two consecutive numbers to get the next number.
adelina 88 [10]
By counting the combinations, we will see that there are 10 combinations such that the sum gives a Fibonacci number.
<h3>
How to count the combinations?</h3>
We have two number cubes with 6 outcomes each, such that we have a total of 36 combined outcomes.
For each dice, the outcomes are:
{1, 2, 3, 5, 8, 13}
Now, let's count the combinations that also give a Fibonacci number (these are given by adding two consecutive numbers in the sequence).
I will list each possible red outcome, then the blue outcomes that would give a Fibonacci term, and then we can count the number of combinations.
- Red Blue number of combinations.
- 1 2 1
- 2 1, 2 2
- 3 2, 3 2
- 5 3, 8 2
- 8 5, 13 2
- 13 8 1
Adding the numbers of combinations, we have:
C = 1 + 2 + 2 + 2 + 2 + 1 = 10
There are 10 combinations that give a Fubbonaci number.
If you want to learn more about combinations, you can read:
brainly.com/question/2280026
Step-by-step explanation:
Amelia got 56% of 75 so
(56/100)*75=(56*75)/100=4200/100=42
Hayden got 8/15 of 75 so
(8/15)*75=(8*75)/15=600/15=40
and Sophie that got 43 out of 75
so we see that Sophie got the highest points.
if you look at the part where the first part connects with the second part:
y = 5 if x < - 2
y = -2x + 1 if -2 ≤ x < 1
we don't have a discontinuity there, so there shouldn't be a dot.
<h3>
</h3><h3>
What is wrong with the graph?</h3>
When we graph over intervals like (a, b) or [a, b] or something like that, we use dots to define the end of the intervals, and to denote that the function ends abruptly or we have a jump.
In this case, you can see that between the end and the second part and the beginning of the third part there is a jump, so the use of dots is correct there, but if you look at the part where the first part connects with the second part:
y = 5 if x < - 2
y = -2x + 1 if -2 ≤ x < 1
we don't have a discontinuity there, so there shouldn't be a dot.
That is the only error with the graph.
If you want to learn more about piecewise functions:
brainly.com/question/3628123
#SPJ1
Answer:
50 miles(D)
Step-by-step explanation:
20 x 2.5
Answer:
a) 658008 samples
b) 274050 samples
c) 515502 samples
Step-by-step explanation:
a) How many ways sample of 5 each can be selected from 40 is just a combination problem since the order of selection isn't important.
So, the number of samples = ⁴⁰C₅ = 658008 samples
b) How many samples of 5 contain exactly one nonconforming chip?
There are 10 nonconforming chips in the batch, and 1 nonconforming chip for the sample of 5 be picked from ten in the following number of ways
¹⁰C₁ = 10 ways
then the remaining 4 conforming chips in a sample of 5 can be picked from the remaining 30 total conforming chips in the following number of ways
³⁰C₄ = 27405 ways
So, total number of samples containing exactly 1 nonconforming chip in a sample of 5 = 10 × 27405 = 274050 samples
c) How many samples of 5 contain at least one nonconforming chip?
The number of samples of 5 that contain at least one nonconforming chip = (Total number of samples) - (Number of samples with no nonconforming chip in them)
Number of samples with no nonconforming chip in them = ³⁰C₅ = 142506 samples
Total number of samples = 658008
The number of samples of 5 that contain at least one nonconforming chip = 658008 - 142506 = 515502 samples