Explore Westonci.ca, the top Q&A platform where your questions are answered by professionals and enthusiasts alike. Join our platform to connect with experts ready to provide detailed answers to your questions in various areas. Discover detailed answers to your questions from a wide network of experts on our comprehensive Q&A platform.

How can I solve -3x+2y= -3 and 4x-y=-1

Sagot :

arewar
This looks like an elimination method problem.

-3x + 2y = -3
4x - y = -1

We need to add these two equations together to eliminate a variable. In the second problem, y is the easiest here, because it is negative, and it has no leading number on it.

My goal is when we add these two equations, the y's added up together add to 0.

-3x + 2y = -3
2(4x - y = -1)

Simplify:
-3x + 2y = -3
8x - 2y = -2

Now we add these equations together.

-3x + 2y = -3
8x - 2y = -2
------------------
5x + 0y = -5

Simplify: 5x = -5

Divide. x = -1

We can return to the start and plug in -1 for x now, so we can solve for y.

4x - y = -1
4(-1) - y = -1
-4 - y = -1
Add 4 to each side. -y = 3
Simplify: y = -3

We've now decided x = -1 and y = -3. We can plug these into each formula to verify that they work.

-3x + 2y = -3
4x - y = -1

-3(-1) + 2(-3) = -3
4(-1) - (-3) = -1

3 - 6 = -3? Yes
-4 + 3 = -1? Yes
you can use elimination or subsitute
I will use subsituteion
4x-y=-1
add y to both sides
4x=-1+y
add 1 to both sides
4x+1=y
subbsitute 4x+1 for y in second equaiton
-3x+2(4x+1)=-3
-3x+8x+2=-3
5x+2=-3
subtract 2 from both sides
5x=-5
divide by 5
x=-1

subsitute -1 for x
4x+1=y
4(-1)+1=y
-4+1=y
-3=y



x=-1
y=-3