Answer:
option A and E
Step-by-step explanation:
Option A is equivalent because of the commutative law of addition;
(A + B) + C = A + (B + C)
option E is also correct because multiplication rule of inside the brackets.
A - ( - B - C) = A + B + C
<h3>
Answer: -13</h3>
=======================================
Explanation:
g(-3) = 2 means x = -3 and y = 2 pair up together to form the point (-3,2)
g(1) = -4 means we have the point (1,-4)
Find the slope of the line through the two points (-3,2) and (1,-4)
m = (y2-y1)/(x2-x1)
m = (-4-2)/(1-(-3))
m = (-4-2)/(1+3)
m = -6/4
m = -3/2
m = -1.5
The general slope intercept form y = mx+b turns into y = -1.5x+b after replacing m with -1.5
Plug in (x,y) = (-3,2) which is one of the points mentioned earlier and we end up with this new equation: 2 = -1.5*(-3) + b
Let's solve for b
2 = -1.5*(-3)+b
2 = 4.5 + b
2-4.5 = 4.5+b-4.5 .... subtract 4.5 from both sides
-2.5 = b
b = -2.5
Therefore, y = mx+b becomes y = -1.5x-2.5 meaning the g(x) function is g(x) = -1.5x-2.5
The last step is to plug in x = 7 and compute
g(x) = -1.5*x - 2.5
g(7) = -1.5*7 - 2.5
g(7) = -10.5 - 2.5
g(7) = -13
Answer:
3 + 3/4x
Step-by-step explanation:
it is 3 up and 4 left so y over x for the the slope. mx +b
Answer:
(x+3)^2 +(y-5)^2 = 36
Step-by-step explanation:
We can write the equation of a circle as
(x-h)^2 +(y-k)^2 = r^2 where (h,k) is the center and r is the radius
(x- -3)^2 +(y-5)^2 = 6^2
(x+3)^2 +(y-5)^2 = 36
Answer:
A set of parametric equations for the line y = 4x - 5 is;
x = t
y = 4t - 5
Step-by-step explanation:
To find a set of parametric equations for the line y = 4x - 5;
We can assign either variable x or y equal to the parameter t, in this case we can easily let x = t
We then substitute x = t in the original equation;
y = 4t - 5
Therefore, a set of parametric equations for the line y = 4x - 5 is;
x = t
y = 4t - 5