SOLUTION: x-1=y+1 x+1=2(y-1)
Algebra
->
Coordinate Systems and Linear Equations
-> SOLUTION: x-1=y+1 x+1=2(y-1)
Log On
Linear Solvers
Linear
Practice
Practice
Answers archive
Answers
Word Problems
Word
Lessons
Lessons
In depth
In
Click here to see ALL problems on Linear-systems
Question 254421
:
x-1=y+1
x+1=2(y-1)
Answer by
palanisamy(496)
(
Show Source
):
You can
put this solution on YOUR website!
The given equatins are,
x-1=y+1 ...(1)
x+1=2(y-1)...(2)
(1)-(2)=> -1-1 = y+1-[2y-2]
-2= y+1-2y+2
-2 = -y+3
y = 3+2
y = 5
Substituting in (1), x-1 = 5+1
x-1 = 6
x = 6+1
x = 7
Therefore the solution is (7,5)