Answer:
88
Step-by-step explanation:
Hello there!
3x - y = 3
-x + y = 3
We need to solve 3x - y = 3 for y
Let start by adding -3x to both sides
3x - y = 3
3x - 3x - y = 3 - 3x
-y = 3 - 3x
We cannot leave the variable with a negative sign. We must multiply both sides by -1
-y * -1= (3 - 3x)-1
y = 3x - 3
Substitute 3x -3 for y in -x+y=3
-x + y = 3
-x + 3x - 3 = 3
2x - 3 = 3
2x = 3 + 3
2x = 6
x = 6/2
x = 3
Now substitute 3 for x in y=3x -3
y = 3x - 3
y = 3(3) - 3
y= 9 - 3
y= 6
Thus,
The answer is x=3 and y=6
It is always my pleasure to help students like you :)
As always, I am here to help!
Answer:
8x
15
y
9
Step-by-step explanation:
For these kinds of expressions use FOIL (first, outside, inside, last).
-2x • 9x = -18x^2
-2x • -3y = 6xy
8y • 9x = 72 xy
8y • -3y = -24y^2
Now combine them all:
-18x^2 + 78xy - 24y^2
Even though we are using variables, we still know that "difference" means subtraction. So, if the larger is x1 and x2, those variables go first. The smaller, y1 and y2 will go second. So our problem will look like this:
(x1 < x2 ? x2 : x1) - (y1 < y2 ? y1 : y2)