So, let's solve all of them and see:
a - (-b) = a + b ⇒ can be either positive or negative, depending on the numbers
a + (-b) = a - b ⇒ can either be positive or negative, depending on the numbers
a * (-b) = a * (-b) ⇒ negative answer no matter what
a / (-b) = a / (-b) ⇒ negative answer no matter what
So the answer is:
<em>"None of the above"</em>.
Hope it helped,
BioTeacher101
(If you have any questions, feel free to ask them in the comments)
To substitute, solve for one variable and then plug it into the other equation you have. In this problem, y is already solved for on the top equation (y=x+2), so you just stuff it into the second equation.
y = x + 2
3y = 4x - 2
3(x + 2) = 4x - 2
3x + 6 = 4x - 2
-x = -8
x = 8
y = x + 2 = 8 + 2 = 10
solution:
x = 8
y = 10
hope this helps!! :)
First, let's put that line in standard form
y - 3 = 3(x + 1)
y - 3 = 3x + 3
y = 3x + 6
(Standard form is y = mx+b, where m is slope and b is y-intercept.)
Now, a line parallel to that line would have the same slope of 3. So now we have m = 3. Plug that in for m and now we have
y = 3x + b
But we still need the b value. We can get that by plugging in the point (0, -3)
(-3) = 3(0) + b
-3 = 0 + b
b = -3
Now put b back into the equation and your final equation is
y = 3x - 3