SOLUTION: This question is for linear functions. y = 2x + 3 y= -3x - 2 I have to solve using elimination, I already tried but it came out wrong. I know the answer is (-1,1), because my

Algebra ->  Linear-equations -> SOLUTION: This question is for linear functions. y = 2x + 3 y= -3x - 2 I have to solve using elimination, I already tried but it came out wrong. I know the answer is (-1,1), because my       Log On


   



Question 1036636: This question is for linear functions.
y = 2x + 3
y= -3x - 2
I have to solve using elimination, I already tried but it came out wrong. I know the answer is (-1,1), because my teacher told me. I couldn't figure it out, please help me!

Found 2 solutions by JBarnum, jim_thompson5910:
Answer by JBarnum(2146) About Me  (Show Source):
You can put this solution on YOUR website!
y=+2x+%2B+3 multiply by 3
y=+-3x+-+2 multiply by 2
.
3y=+6x+%2B+9
2y=+-6x+-+4 add the 2 equations together which eliminates the 6x
5y=5 divide by 5
y=1
if you want to find other by elimination:
y=+2x+%2B+3
y=+-3x+-+2 subtract this equation from the above one
0=5x%2B5 Subtract 5 from both sides
-5=5x divide by 5
-1=x
(-1,1)

Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
y is equal to two different expressions, namely 2x+3 and -3x-2. Since the same y is equal to these two expressions, this means that the two expressions must be equal to each other

In other words, based on the given system we have this equation

2x+3 = -3x-2

Notice how I set the two right hand sides equal to one another.

Let's solve for x

2x+3 = -3x-2
2x+3+3x = -3x-2+3x
5x+3 = -2
5x+3-3 = -2-3
5x = -5
5x/5 = -5/5
x = -1

Now that we know x = -1, we can use this to find y. Pick any equation with x and y in it. Plug in x = -1. Simplify

Let's say we pick on the first equation

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

So if x = -1 then y = 1

We can pick on the other equation

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

and we get the same result

=================================================

So in the end, the solution to the system of equations is (x,y) = (-1,1)

Visually, this is where the two graphs cross.