Answer:
B and C
Step-by-step explanation:
Minimum and Maximum points occur when the gradient of the function is equal to 0. Graphically this looks like a bend such that the function dips from decreasing to increasing (the gradient goes form being negative to positive) and vice versa.
A minimum point occurs where all the nearby values are higher than that of the point in question.
A maximum point occurs where all the nearby points are lower than the point in question.
By looking at the graph, there is a maximum point around (4.5, 1.5) which is consistent with B but not A (since A talks about a minimum point)
By looking at the graph, there is a minimum point around (0.5, 1.5) which is consistent with C.
I've highlighted areas of interest below so hopefully that's helpful :>
Answer:
900 million.
Step-by-step explanation:
It's estimated that there are 900 million dogs in the world, as of 2018.
1.924 and 5.77
step 1: find the mean by adding up all the numbers and divide the sum by the number of numbers.
step 2: find the difference between each number and the mean, square the difference
step 3: add up all the results of step 2, divide the sum by (n-1), n is the number of numbers.
step 4: square root the result of step 3.
it is a long process.
Answer:
message SHOW_ME_THE_MONEY_
Step-by-step explanation:
The matrix
![A=\left[\begin{array}{cc}1&4\\-1&-3\end{array}\right]\rightarrow |A|=(1 \times -3)-(-1\times 4)=1\\\rightarrow A^{-1}=\left[\begin{array}{cc}-3&-4\\1&1\end{array}\right] \\](https://tex.z-dn.net/?f=A%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D1%264%5C%5C-1%26-3%5Cend%7Barray%7D%5Cright%5D%5Crightarrow%20%7CA%7C%3D%281%20%5Ctimes%20-3%29-%28-1%5Ctimes%204%29%3D1%5C%5C%5Crightarrow%20A%5E%7B-1%7D%3D%5Cleft%5B%5Cbegin%7Barray%7D%7Bcc%7D-3%26-4%5C%5C1%261%5Cend%7Barray%7D%5Cright%5D%20%5C%5C)
We can check that in fact A*A^⁻1=I_2 the identity matrix of size 2 x 2.
Now the message was divided in 1 x 2 matrices, then we have that the sequence given is the result of multiplying m by A, so to get m again we multiply now by A^⁻1. and we get the next table
Encoded message Decoded message message in letters by association
11 52 19 8 S H
-8 -9 15 23 O W
-13 -39 0 13 _ M
5 20 5 0 E _
12 56 20 8 T H
5 20 5 0 E _
-2 7 13 15 M O
9 41 14 5 N E
25 100 25 0 Y _
Then the message decoded is SHOW_ME_THE_MONEY_
Answer:
f(3) = 3
Step-by-step explanation:
f(1) = 1
f(2) = 2
f(n) = f(n − 2) + f(n − 1)
f(3) = f(3 - 2) + f(3 - 1)
= f(1) + f(2) = 1 + 2 = 3
Special Note: Have you heard of the Fibonacci sequence?
The formula f(n) = f(n − 2) + f(n − 1) is used to find the terms of the of the Fibonacci sequence