Answer:
the first or third one
Step-by-step explanation:
The sum of all three angles will always be 180 degrees.
The resultant graph is shown in the attached image.
Explanation:Before we begin, remember that when we multiply by a negative sign, we flip the sign of the inequality
The given inequality is:
-y ≤ 3x - 5
We will multiply both sides by -1 to get a positive y vale. This will give us:
y ≥ -3x + 5
Now, to graph the inequality, we will first draw the line y = -3x + 5 and then shade the region having y values greater than the line.
To know the region, you will simply use trial and error method for random points on the two sides of the line.
The final solution would be as shown in that attachment.
Hope this helps :)
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