(x,y)
domain is inputs (normally x or first number)
range is outputs from the given domain (normally y or second number)
domain is just all the first numbers
range is all the second numbers
ignore repeats
domain: {0,4,5}
range: {2,3,5,7}
<h3>
Answer: 2</h3>
=========================================================
Explanation:
The function f(x) = -4x+1 is the same as y = -4x+1 where y = f(x)
Compare this to y = mx+b and we see the slope here is m = -4
---------
Now let's find the slope of g(x)
use the slope formula with any two rows you want. I'll pick on the last two rows.
m = (y2-y1)/(x2-x1)
m = (21-9)/(3-1)
m = 12/2
m = 6 is the slope of g(x)
---------
From here, we add the two slope values
(slope of f)+(slope of g) = -4+6 = 2
OK first convert one of the equations into Y=MX+b form
Y-2x = 3
Add 2X
Y = 2x +3
Now substitute this equation in the other one.
So it would be
3X - 2Y = 5
3X-2(2x+3) = 5
Now solve for y
3X - 4X - 6 = 5
-1X - 6 = 5
Add 6
-1X = 11
X = -11
Now substitute this into one of the equations
Y - 2X = 3
Y -2(-11) = 3
Y +22 = 3
y = 3-22
y = -19
Answer:
A. The function is always decreasing
Step-by-step explanation:
we read a graph from left to right, so we can always compare the increase/decrease of a function by seeing how an x value compares with an x value to the left
(I am aware that this paragraph is really confusing)
we can see that as x increases, from -∞ to 0,
y decreases in correspondence
and that as x increases, from 0 to ∞,
y decreases in correspondence also
So, even though the graph doesn't quite look like it, when x < 0; the function decreases, when x > 0; function decreases--so the function is always decreasing
hope this helps!! have a lovely day :)