Answer:
(0, 4)
Step-by-step explanation:
To find the intersection of two lines, we want to find the value when they equal each other. To do this, we want to set the equations equal to each other.
First, let's simplify y = x + 4x + 4 by combining the x's.
y = 5x + 4
Now let's set the equations equal to each other. Since they both equal y, we can set the opposite sides equal to each other.
5x + 4 = 2x + 4
Now you want to combine the terms.
[subtract 4] 5x = 2x
[subtract 2x] 3x = 0
Now you want to isolate the x.
[divide by 3] x = 0
Now we want to find y by plugging x = 0 back into the equations.
y = 5(0) + 4
[multiply] y = 0 + 4
[add] y = 4
Check this with the other equation.
y = 2(0) + 4
[multiply] y = 0 + 4
[add] y = 4
Your answer is correct!
(0, 4)
I don't see a photo attached
Answer:
-6
Step-by-step explanation:
Answer:
23) x= 3, y = 4
24) Any (x,y) values where x = 1.5 - 2y
Step-by-step explanation:
For the first system(23), it goes like this
[1 2 | 7]
[2 1 | 8]
We need to do L2 = L2 - 2L1, so now it is
[1 2 | 7]
[0 -3 |-6]
So, now we have:
-3y = -6 *(-1)
3y = 6
y = 2
x + 2y = 7
x + 4 = 7
x = 3
Now for system 24, we have:
[-1 2 | 1.5]
[2 -4| 3]
We do L2 = L2 + 2L1, so we have:
[-1 2 | 1.5]
[0 0| 0]
So there are infinite solutions for this system. The solution for this system will be each (x,y) pair where x = 1.5 - 2y.