Answer:
d
Step-by-step explanation:
In slope-intercept form, we have these values (y = mx + b):
m = slope
b = y-intercept
Change the equation from standard form to slope-intercept form.
-9x + 7y = 28
-9x + 9x + 7y = 28 + 9x
7y = 28 + 9x
7y/7 = 28/7 + 9x/7
y = 4 + 9/7x
y = 9/7x + 4
Therefore, the y-intercept is 4.
Best of Luck!
Answer:
x = -5, and y = -6
Step-by-step explanation:
Suppose that we have two equations:
A = B
and
C = D
combining the equations means that we will do:
First we multiply both whole equations by constants:
k*(A = B) ---> k*A = k*B
j*(C = D) ----> j*C = j*D
And then we "add" them:
k*A + j*C = k*B + j*D
Now we have the equations:
-x - y = 11
4*x - 5*y = 10
We want to add them in a given form that one of the variables cancels, so we can solve it for the other variable.
Then we can take the first equation:
-x - y = 11
and multiply both sides by 4.
4*(-x - y = 11)
Then we get:
4*(-x - y) = 4*11
-4*x - 4*y = 44
Now we have the two equations:
-4*x - 4*y = 44
4*x - 5*y = 10
(here we can think that we multiplied the second equation by 1, then we have k = 4, and j = 1)
If we add them, we get:
(-4*x - 4*y) + (4*x - 5*y) = 10 + 44
-4*x - 4*y + 4*x - 5*y = 54
-9*y = 54
So we combined the equations and now ended with an equation that is really easy to solve for y.
y = 54/-9 = -6
Now that we know the value of y, we can simply replace it in one of the two equations to get the value of x.
-x - y = 11
-x - (-6) = 11
-x + 6 = 11
-x = 11 -6 = 5
-x = 5
x = -5
Then:
x = -5, and y = -6
Answer:
A
Step-by-step explanation:
If you have to add 2 to X to get it back to the original, it started out 2 to the left. (It would seem like it ought to be C, but when you add an subtract from the x value in functions, it's opposite of what you might think.)
Answer:
f'(x) = b
Step-by-step explanation:
f(x) = bx
f' (x) = d/dx (bx)
using d/dx ( a * x ) = a
f' (x) = b <-- solution.